* cosmetic

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23485 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Stefan Schimanski 2008-03-05 19:00:26 +00:00
parent bf96153185
commit cdf8979160
2 changed files with 3 additions and 4 deletions

View File

@ -74,7 +74,7 @@ private:
class PixmapItemDelegate : public QItemDelegate { class PixmapItemDelegate : public QItemDelegate {
public: public:
explicit PixmapItemDelegate(QObject *parent = 0) explicit PixmapItemDelegate(QObject *parent = 0)
: QItemDelegate(parent) {} : QItemDelegate(parent) {}
protected: protected:
void paint(QPainter *painter, const QStyleOptionViewItem &option, void paint(QPainter *painter, const QStyleOptionViewItem &option,
@ -102,8 +102,7 @@ protected:
class GuiCompletionModel : public QAbstractListModel { class GuiCompletionModel : public QAbstractListModel {
public: public:
/// ///
GuiCompletionModel(QObject * parent, GuiCompletionModel(QObject * parent, Inset::CompletionList const * l)
Inset::CompletionList const * l)
: QAbstractListModel(parent), list_(l) {} : QAbstractListModel(parent), list_(l) {}
/// ///
~GuiCompletionModel() ~GuiCompletionModel()

View File

@ -360,7 +360,7 @@ class GuiFilterProxyModel : public QSortFilterProxyModel
public: public:
/// ///
GuiFilterProxyModel(QObject * parent) GuiFilterProxyModel(QObject * parent)
: QSortFilterProxyModel(parent) {} : QSortFilterProxyModel(parent) {}
/// ///
void setCharFilter(QString const & f) void setCharFilter(QString const & f)