From 5157706e2f32f2403409b293e8d835cbcdb8881b Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 16 Jun 2011 16:49:12 +0200 Subject: black background... --- src/fbsplash.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/fbsplash.cpp b/src/fbsplash.cpp index 7df12ab..cf42f97 100644 --- a/src/fbsplash.cpp +++ b/src/fbsplash.cpp @@ -1,3 +1,4 @@ +#include #include "fbsplash.h" fbsplash::fbsplash() : @@ -8,6 +9,9 @@ fbsplash::fbsplash() : createQuitAction(); setupTheme(); + QProgressBar* pb; + setCentralWidget(pb); + setAttribute(Qt::WA_QuitOnClose, true); setWindowFlags(Qt::FramelessWindowHint); showFullScreen(); -- cgit v1.2.3-55-g7522