]> git.lyx.org Git - features.git/commitdiff
* cosmetic
authorStefan Schimanski <sts@lyx.org>
Wed, 5 Mar 2008 13:07:01 +0000 (13:07 +0000)
committerStefan Schimanski <sts@lyx.org>
Wed, 5 Mar 2008 13:07:01 +0000 (13:07 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23479 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiToolbar.cpp

index 38f989cfca06fc8f60170b8e4fc5f0fc0e330586..e0b9e6ce3a8fb611aa4e3d740412b443fb786e1d 100644 (file)
@@ -249,7 +249,7 @@ public:
        
        ///
        void paint(QPainter * painter, QStyleOptionViewItem const & option,
-               const QModelIndex &index) const {
+               QModelIndex const & index) const {
                QComboBox * combo = static_cast<QComboBox const *>(parent());
                
                // Draw using the menu item style (this is how QComboBox does it).