QTfrontend/ui/page/pagemain.cpp
changeset 10017 de822cd3df3a
parent 10015 4feced261c68
child 10108 c68cf030eded
equal deleted inserted replaced
10015:4feced261c68 10017:de822cd3df3a
   207         //Tips << tr("Want to play Hedgewars any time? Grab the Mobile version for %1 and %2.", "Tips").arg("").arg("");
   207         //Tips << tr("Want to play Hedgewars any time? Grab the Mobile version for %1 and %2.", "Tips").arg("").arg("");
   208         // the ios version is located here: http://itunes.apple.com/us/app/hedgewars/id391234866
   208         // the ios version is located here: http://itunes.apple.com/us/app/hedgewars/id391234866
   209 
   209 
   210         file.close();
   210         file.close();
   211     }
   211     }
   212     
   212 
   213     if(Tips.length())
   213     if(Tips.length())
   214         return Tips[QTime(0, 0, 0).secsTo(QTime::currentTime()) % Tips.length()];
   214         return Tips[QTime(0, 0, 0).secsTo(QTime::currentTime()) % Tips.length()];
   215     else
   215     else
   216         return QString();
   216         return QString();
   217 }
   217 }