summaryrefslogtreecommitdiffstats
path: root/src/fbsplash.h
diff options
context:
space:
mode:
authorJonathan Bauer2011-09-01 17:36:25 +0200
committerJonathan Bauer2011-09-01 17:36:25 +0200
commit66a2b541b43ae5b78ad9f1d1e8afe3dd20891818 (patch)
tree23d24b2d0b83385b074c6ae14a316413c44ed1fa /src/fbsplash.h
parentprogress bar animated (increases by 1% every 0.1 second) (diff)
downloadfbsplash-66a2b541b43ae5b78ad9f1d1e8afe3dd20891818.tar.gz
fbsplash-66a2b541b43ae5b78ad9f1d1e8afe3dd20891818.tar.xz
fbsplash-66a2b541b43ae5b78ad9f1d1e8afe3dd20891818.zip
static/dynamic builders
Diffstat (limited to 'src/fbsplash.h')
-rw-r--r--src/fbsplash.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/fbsplash.h b/src/fbsplash.h
index 26b66b0..c26e07f 100644
--- a/src/fbsplash.h
+++ b/src/fbsplash.h
@@ -15,6 +15,7 @@
#define FBSPLASH_H
#include <QtGui>
+//#include <QtNetwork>
namespace Ui {
class fbsplash;
@@ -33,14 +34,19 @@ private:
void setupTheme();
// members
- QAction* _quit;
+ //QAction* _quit;
Ui::fbsplash *ui;
+ //QLocalServer *server;
+ //QLocalSocket *socket;
+
// ** TESTING **
// ** TESTING **
private slots:
void increaseProgressBar();
+ void newConnection();
+ void newData();
};
#endif // FBSPLASH_H