X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fthemescreen.cpp;h=060e77182a60f4a63ab40342ab4b0b5ceedd3410;hb=391743d938d5c6e28394554304d2550ac983fd01;hp=90c3269ab8b212dbc60fe744757b396945e296ec;hpb=e37daa8a1873c9a9be25cf52c30044d53eeea6bc;p=jspeed diff --git a/src/themescreen.cpp b/src/themescreen.cpp index 90c3269..060e771 100644 --- a/src/themescreen.cpp +++ b/src/themescreen.cpp @@ -135,3 +135,8 @@ void ThemeScreen::update() elements_.at(i)->update(); } } + +void ThemeScreen::setColor(QString const& color) +{ + Q_UNUSED(color); +}