QTfrontend/ui/page/pagemain.cpp
changeset 9212 1d4e1469940b
parent 9123 19c57656460f
child 9236 ddd675825672
child 9832 b1038b4373cc
equal deleted inserted replaced
9211:6235925d0fa1 9212:1d4e1469940b
   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