1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-06-25 02:19:37 +02:00

Override default graphics system to native to get usable performance over remote X

This commit is contained in:
Sigmund Augdal
2013-09-24 10:46:35 +02:00
parent f2edc242f1
commit 846d7f1bf1

View File

@@ -170,6 +170,7 @@ int main( int argc, char *argv[] )
Q_INIT_RESOURCE(MainRes);
QApplication::setGraphicsSystem("native");
app = new FWBApplication( argc, argv );
app->setOrganizationName(QLatin1String("NetCitadel"));
app->setApplicationName(QLatin1String("Firewall Builder"));