]> git.sesse.net Git - kdenlive/blobdiff - src/wizard.h
Various fixes to improve general stability in Qt 4.5.2
[kdenlive] / src / wizard.h
index 232437d088c6ed0aed4446a2ee39f1eb321989d6..633ba299eb2469996be7228b44074ce085f94c44 100644 (file)
@@ -48,7 +48,7 @@ public:
                 painter->setPen(option.palette.color(QPalette::HighlightedText));
                 QColor backgroundColor = option.palette.color(QPalette::Highlight);
                 painter->setBrush(QBrush(backgroundColor));
-                painter->fillRect(r1, QBrush(backgroundColor));
+                painter->fillRect(r1, backgroundColor);
             }
             QFont font = painter->font();
             font.setBold(true);
@@ -101,7 +101,7 @@ private slots:
     void slotCheckStandard();
     void slotCheckSelectedItem();
     void slotCheckMlt();
-    bool slotShowWebInfos();
+    void slotShowWebInfos();
 };
 
 #endif