mirror of
https://github.com/gtalent/sc9k.git
synced 2025-01-23 06:13:36 -06:00
Cleanup formatting
This commit is contained in:
parent
db22459f46
commit
a6ecc22d78
@ -12,7 +12,8 @@
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
QApplication a(argc, argv);
|
||||
QApplication::setApplicationName(QObject::tr("Slide Controller 9000"));
|
||||
MainWindow w;
|
||||
w.show();
|
||||
return a.exec();
|
||||
return QApplication::exec();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user