summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 16c2daf..32d2688 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -2,12 +2,12 @@
#include "fbsplash.h"
int main(int argc, char *argv[]) {
-
+
QApplication app(argc, argv, QApplication::GuiServer);
app.setOrganizationName("OpenSLX");
app.setApplicationName("fbsplash");
-
+
fbsplash bs;
bs.show();
app.exec();
-} \ No newline at end of file
+}