X-Git-Url: http://git.maemo.org/git/?p=jspeed;a=blobdiff_plain;f=src%2Fthemescreen.cpp;h=060e77182a60f4a63ab40342ab4b0b5ceedd3410;hp=90c3269ab8b212dbc60fe744757b396945e296ec;hb=954279706db1477b5124332fdd9c3887cc89c74a;hpb=b958396e9dcff299ef5b36bf4deb5f7074be788a 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); +}