mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 10:18:50 +00:00
* cosmetic
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23485 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
bf96153185
commit
cdf8979160
@ -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()
|
||||
|
@ -360,7 +360,7 @@ class GuiFilterProxyModel : public QSortFilterProxyModel
|
||||
public:
|
||||
///
|
||||
GuiFilterProxyModel(QObject * parent)
|
||||
: QSortFilterProxyModel(parent) {}
|
||||
: QSortFilterProxyModel(parent) {}
|
||||
|
||||
///
|
||||
void setCharFilter(QString const & f)
|
||||
|
Loading…
Reference in New Issue
Block a user