main.cpp default font removed
This commit is contained in:
parent
dc4a1c6eca
commit
eee6b8b10f
1 changed files with 0 additions and 4 deletions
|
|
@ -77,10 +77,6 @@ int main(int argc, char *argv[])
|
||||||
qWarning() << "Initialization of debug subsystem failed";
|
qWarning() << "Initialization of debug subsystem failed";
|
||||||
}
|
}
|
||||||
|
|
||||||
QFont f("Lato Regular", 10);
|
|
||||||
f.setStyleStrategy(QFont::PreferAntialias);
|
|
||||||
app.setFont(f);
|
|
||||||
|
|
||||||
app.setQuitOnLastWindowClosed(false);
|
app.setQuitOnLastWindowClosed(false);
|
||||||
|
|
||||||
MainWindow mainWindow;
|
MainWindow mainWindow;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue