From 3a8aee3ab0a4752eee488bd2a123b9bece757ab3 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 16 Jun 2011 16:47:10 +0200 Subject: black background... --- src/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/main.cpp') 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 +} -- cgit v1.2.3-55-g7522