X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=classes%2Ftimecontrol%2Ffischeraftertimecontrol.cpp;h=832fa5d3f9d435e2f4db26266df56c5ef0f29cf4;hb=1ad20173b7b8553bffc043786ab75d5dfff17961;hp=c1a358071064e968b036f9c2b0beccf7271861ad;hpb=59a4d87b15f1bdf708629be3f5e61af91a39d984;p=chessclock diff --git a/classes/timecontrol/fischeraftertimecontrol.cpp b/classes/timecontrol/fischeraftertimecontrol.cpp index c1a3580..832fa5d 100644 --- a/classes/timecontrol/fischeraftertimecontrol.cpp +++ b/classes/timecontrol/fischeraftertimecontrol.cpp @@ -34,6 +34,11 @@ QString FischerAfterTimeControl::getDescription() return qApp->translate("FischerAfter","Specified time increment is added to clock after turn."); } +QIcon FischerAfterTimeControl::getIcon() +{ + return QIcon(":/rc/pic/addafter.png"); +} + ClocksWidget* FischerAfterTimeControl::initGame(bool useLastSettings) { BasicDialog dialog(getName());