This commit is contained in:
@@ -147,13 +147,6 @@ mainWindowImpl::mainWindowImpl(QMainWindow *parent, const char *name)
|
||||
inactive.setRgb(83,141,107);
|
||||
highlight.setRgb(151,214,109);
|
||||
|
||||
//Schriftart laden
|
||||
cout << "schriftart läd: " << QFontDatabase::addApplicationFont ("src/gui/qt/font.ttf") << endl;
|
||||
QFont tmpFont("Tuffy",9);
|
||||
QApplication::setFont(tmpFont);
|
||||
|
||||
|
||||
|
||||
//firstCallNewGame Test init
|
||||
firstCallNewGame = TRUE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user