equal
deleted
inserted
replaced
131 |
131 |
132 if(frontendEffects) |
132 if(frontendEffects) |
133 setAttribute(Qt::WA_NoSystemBackground, true); |
133 setAttribute(Qt::WA_NoSystemBackground, true); |
134 mainNote->setOpenExternalLinks(true); |
134 mainNote->setOpenExternalLinks(true); |
135 |
135 |
136 #ifdef DEBUG |
136 #ifdef QT_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: %1").arg(randomTip())); |
140 #endif |
140 #endif |
141 |
141 |