mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-03 09:20:26 -05:00
Cleanup Launcher config comments, unecessary changes, etc.
This commit is contained in:
@@ -23,8 +23,6 @@
|
||||
****************************************************************************************/
|
||||
|
||||
#include <QApplication>
|
||||
#include <QCommandLineParser>
|
||||
|
||||
#include <QFile>
|
||||
|
||||
#include "mainwindow.h"
|
||||
@@ -165,12 +163,11 @@ QScrollBar::add-page, QScrollBar::sub-page {
|
||||
}
|
||||
)style";
|
||||
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
QApplication app(argc, argv);
|
||||
app.setStyleSheet(style);
|
||||
|
||||
MainWindow window;
|
||||
|
||||
MainWindow window;
|
||||
window.show();
|
||||
|
||||
return app.exec();
|
||||
|
||||
Reference in New Issue
Block a user