QTfrontend/ui/page/pagemain.cpp
changeset 8729 b19be476a2fa
parent 8718 1c0614f5f3bd
child 8833 c13ebed437cb
child 8977 d424c7f8b342
equal deleted inserted replaced
8728:d2f6262452a3 8729:b19be476a2fa
   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 DEBUG
   137     setDefautDescription(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     setDefautDescription(QLabel::tr("Tip: ") + 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