mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 19:25:39 +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 {
|
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()
|
||||||
|
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user