QTfrontend/ui/page/pagemain.cpp
branchwebgl
changeset 9236 ddd675825672
parent 9127 e350500c4edb
parent 9212 1d4e1469940b
child 9950 2759212a27de
equal deleted inserted replaced
9201:bcf2f7798ebb 9236:ddd675825672
   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