summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/mainwindow.h
Side-by-side diff
Diffstat (limited to 'noncore/net/wellenreiter/gui/mainwindow.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/wellenreiter/gui/mainwindow.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/noncore/net/wellenreiter/gui/mainwindow.h b/noncore/net/wellenreiter/gui/mainwindow.h
index 926bb0a..8d4e768 100644
--- a/noncore/net/wellenreiter/gui/mainwindow.h
+++ b/noncore/net/wellenreiter/gui/mainwindow.h
@@ -38,11 +38,8 @@ class WellenreiterMainWindow: public QMainWindow
- const QIconSet* startIconSet;
- const QIconSet* stopIconSet;
- const QIconSet* infoIconSet;
- const QIconSet* settingsIconSet;
-
QToolButton* startButton;
QToolButton* stopButton;
+ QToolButton* uploadButton;
int startID;
int stopID;
+ int uploadID;
@@ -60,2 +57,3 @@ class WellenreiterMainWindow: public QMainWindow
void fileNew();
+ void uploadSession();
void changedSniffingState();