Changelog fixed.
[jspeed] / src / themescreen.cpp
index b9ef61c..060e771 100644 (file)
@@ -136,9 +136,7 @@ void ThemeScreen::update()
     }
 }
 
-void ThemeScreen::forceRepaint()
+void ThemeScreen::setColor(QString const& color)
 {
-    rotate(0.0001);
-    QApplication::processEvents();
-    rotate(-0.0001);
+    Q_UNUSED(color);
 }