]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiCompleter.cpp
do what the FIXME suggested
[lyx.git] / src / frontends / qt4 / GuiCompleter.cpp
index 928c27bc93a1055fa50f0aa1f2abbef33fbcb996..0a67bae0beb6a68c319374a3eae0b6953d7b4a86 100644 (file)
@@ -74,7 +74,7 @@ private:
 class PixmapItemDelegate : public QItemDelegate {
 public:
        explicit PixmapItemDelegate(QObject *parent = 0)
-       : QItemDelegate(parent) {}
+               : QItemDelegate(parent) {}
 
 protected:
        void paint(QPainter *painter, const QStyleOptionViewItem &option,
@@ -102,8 +102,7 @@ protected:
 class GuiCompletionModel : public QAbstractListModel {
 public:
        ///
-       GuiCompletionModel(QObject * parent,
-               Inset::CompletionList const * l)
+       GuiCompletionModel(QObject * parent, Inset::CompletionList const * l)
                : QAbstractListModel(parent), list_(l) {}
        ///
        ~GuiCompletionModel()