From: Jean-Marc Lasgouttes Date: Tue, 5 Feb 2008 15:16:20 +0000 (+0000) Subject: silence warning X-Git-Tag: 1.6.10~6443 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=98104d0e697e664fdf57fb8e018f206a76360f6b;p=features.git silence warning git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22791 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiIdListModel.h b/src/frontends/qt4/GuiIdListModel.h index 61f275c9ab..507e4ad2f8 100644 --- a/src/frontends/qt4/GuiIdListModel.h +++ b/src/frontends/qt4/GuiIdListModel.h @@ -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(); } ///