summaryrefslogtreecommitdiffstats
path: root/src/fbsplash.h
diff options
context:
space:
mode:
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