* 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 {
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()

View File

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