From 98104d0e697e664fdf57fb8e018f206a76360f6b Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Tue, 5 Feb 2008 15:16:20 +0000 Subject: [PATCH] silence warning git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22791 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiIdListModel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } /// -- 2.39.5