Am 21.02.2008 um 21:59 schrieb Andre Poenitz:

On Thu, Feb 21, 2008 at 08:04:19PM -0000, [EMAIL PROTECTED] wrote:
Author: rgheck
Date: Thu Feb 21 21:04:17 2008
New Revision: 23110

URL: http://www.lyx.org/trac/changeset/23110
Log:
Cosmetics. And silence some warnings.

Modified:
   lyx-devel/trunk/src/frontends/qt4/GuiCompleter.cpp
   lyx-devel/trunk/src/insets/Inset.h

Modified: lyx-devel/trunk/src/frontends/qt4/GuiCompleter.cpp
URL: 
http://www.lyx.org/trac/file/lyx-devel/trunk/src/frontends/qt4/GuiCompleter.cpp?rev=23110
=
=
=
=
=
=
=
=
=
=====================================================================
--- lyx-devel/trunk/src/frontends/qt4/GuiCompleter.cpp (original)
+++ lyx-devel/trunk/src/frontends/qt4/GuiCompleter.cpp Thu Feb 21 21:04:17 2008
@@ -75,12 +75,12 @@
        GuiCompletionModel(QObject * parent, Inset::CompletionListPtr l)
        : QAbstractListModel(parent), list(l) {}
        ///
-       int columnCount(const QModelIndex & parent = QModelIndex()) const
+ int columnCount(const QModelIndex & /*parent*/ = QModelIndex()) const

LyX style is   'Class const &'.

Right. Copy & paste from Qt docs...

Stefan

Reply via email to