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
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user