summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorJonathan Bauer2011-06-16 16:47:10 +0200
committerJonathan Bauer2011-06-16 16:47:10 +0200
commit3a8aee3ab0a4752eee488bd2a123b9bece757ab3 (patch)
tree17007f4f3dff4d22ba493eb94dbddf9350579e60 /src/main.cpp
parenttest (diff)
downloadfbsplash-3a8aee3ab0a4752eee488bd2a123b9bece757ab3.tar.gz
fbsplash-3a8aee3ab0a4752eee488bd2a123b9bece757ab3.tar.xz
fbsplash-3a8aee3ab0a4752eee488bd2a123b9bece757ab3.zip
black background...
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
+}