summaryrefslogtreecommitdiffstats
path: root/src/fbsplash.h
diff options
context:
space:
mode:
authorJonathan Bauer2011-06-19 18:39:32 +0200
committerJonathan Bauer2011-06-19 18:39:32 +0200
commit37df5b12024b8cdd738084f71814ab107a9181a7 (patch)
tree301a797b642c569c40f9d68b70d084fa71220057 /src/fbsplash.h
parentLayout using QT's external UI definition file (diff)
downloadfbsplash-37df5b12024b8cdd738084f71814ab107a9181a7.tar.gz
fbsplash-37df5b12024b8cdd738084f71814ab107a9181a7.tar.xz
fbsplash-37df5b12024b8cdd738084f71814ab107a9181a7.zip
new UI, old code cleanup
Diffstat (limited to 'src/fbsplash.h')
-rw-r--r--src/fbsplash.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/fbsplash.h b/src/fbsplash.h
index efbaeb1..896916d 100644
--- a/src/fbsplash.h
+++ b/src/fbsplash.h
@@ -31,21 +31,17 @@ public:
virtual ~fbsplash();
private:
+ // functions
void createActions();
void setupTheme();
- // ** TESTING **
-
- void printSize();
+ // members
QAction* _quit;
- QAction* _printSize;
- QLabel* _label;
Ui::fbsplash *ui;
// ** TESTING **
+ // ** TESTING **
-private slots:
- void printSizeAction();
};
#endif // FBSPLASH_H