equal
deleted
inserted
replaced
134 mainNote->setOpenExternalLinks(true); |
134 mainNote->setOpenExternalLinks(true); |
135 |
135 |
136 #ifdef DEBUG |
136 #ifdef DEBUG |
137 setDefaultDescription(QLabel::tr("This development build is 'work in progress' and may not be compatible with other versions of the game, while some features might be broken or incomplete!")); |
137 setDefaultDescription(QLabel::tr("This development build is 'work in progress' and may not be compatible with other versions of the game, while some features might be broken or incomplete!")); |
138 #else |
138 #else |
139 setDefaultDescription(QLabel::tr("Tip: %1").arg(randomTip())); |
139 setDefaultDescription(QLabel::tr("Tip: ") + randomTip()); |
140 #endif |
140 #endif |
141 |
141 |
142 } |
142 } |
143 |
143 |
144 QString PageMain::randomTip() const |
144 QString PageMain::randomTip() const |