From 0a1f6405780b18c9f3d953adcfd072de8fd4dc18 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Tue, 09 Dec 2003 21:33:48 +0000 Subject: misc. fixes and preparations for uploading dumps --- (limited to 'noncore/net/wellenreiter/gui/mainwindow.h') 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 @@ -36,15 +36,12 @@ class WellenreiterMainWindow: public QMainWindow Wellenreiter* mw; WellenreiterConfigWindow* cw; - const QIconSet* startIconSet; - const QIconSet* stopIconSet; - const QIconSet* infoIconSet; - const QIconSet* settingsIconSet; - QToolButton* startButton; QToolButton* stopButton; + QToolButton* uploadButton; int startID; int stopID; + int uploadID; protected: virtual void closeEvent( QCloseEvent* ); @@ -58,6 +55,7 @@ class WellenreiterMainWindow: public QMainWindow void fileSaveSession(); void fileLoadSession(); void fileNew(); + void uploadSession(); void changedSniffingState(); }; -- cgit v0.9.0.2