summaryrefslogtreecommitdiffstats
path: root/src/fbsplash.cpp
diff options
context:
space:
mode:
authorJonathan Bauer2011-06-24 16:06:30 +0200
committerJonathan Bauer2011-06-24 16:06:30 +0200
commitea78d18c21d3d5862cf7bae40fa7bf8f1e321438 (patch)
tree0c82552d8218de271ed01f76818898f0af74c928 /src/fbsplash.cpp
parentstarted command line parsing.. (diff)
downloadfbsplash-ea78d18c21d3d5862cf7bae40fa7bf8f1e321438.tar.gz
fbsplash-ea78d18c21d3d5862cf7bae40fa7bf8f1e321438.tar.xz
fbsplash-ea78d18c21d3d5862cf7bae40fa7bf8f1e321438.zip
scripts changes
Diffstat (limited to 'src/fbsplash.cpp')
-rw-r--r--src/fbsplash.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fbsplash.cpp b/src/fbsplash.cpp
index c30cd5a..7e97d91 100644
--- a/src/fbsplash.cpp
+++ b/src/fbsplash.cpp
@@ -2,6 +2,7 @@
#include "fbsplash.h"
#include "ui_fbsplash.h"
+//-----------------------------------------------------------------------------
fbsplash::fbsplash(QWidget *parent) :
QWidget(parent), ui(new Ui::fbsplash) {
@@ -14,6 +15,7 @@ fbsplash::fbsplash(QWidget *parent) :
showFullScreen();
}
+//-----------------------------------------------------------------------------
fbsplash::~fbsplash() {
delete ui;
}