mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
silence warning
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22791 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
bfd3a964b3
commit
98104d0e69
@ -44,7 +44,7 @@ public:
|
||||
// Methods overridden from QAbstractListModel
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
///
|
||||
int rowCount(QModelIndex const & parent = QModelIndex()) const
|
||||
int rowCount(QModelIndex const & = QModelIndex()) const
|
||||
{ return userData_.size(); }
|
||||
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user