]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiToolbar.cpp
* cosmetic
[features.git] / 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).