diff options
| author | Johann Latocha | 2010-11-17 20:21:30 +0100 |
|---|---|---|
| committer | Johann Latocha | 2010-11-17 20:21:30 +0100 |
| commit | 1db4bdcc019001c6bb8f72eb540d6ad29845623c (patch) | |
| tree | b3f6b79dc7066405fa2871f864f8a3805c1042c1 /src/gui/mainWindow.h | |
| parent | Änderungen, Umbenennungen in der Dokustruktur. (diff) | |
| download | pvs-1db4bdcc019001c6bb8f72eb540d6ad29845623c.tar.gz pvs-1db4bdcc019001c6bb8f72eb540d6ad29845623c.tar.xz pvs-1db4bdcc019001c6bb8f72eb540d6ad29845623c.zip | |
[PVSMGR] New profile management
Diffstat (limited to 'src/gui/mainWindow.h')
| -rw-r--r-- | src/gui/mainWindow.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gui/mainWindow.h b/src/gui/mainWindow.h index 272d057..46b3b9a 100644 --- a/src/gui/mainWindow.h +++ b/src/gui/mainWindow.h @@ -60,8 +60,6 @@ public: QString test; QStringList profilList; QStringList getProfilList(); - void addProfileInMenu(QString name); - void removeProfileInMenu(QString name); QString currentProfi; QString getCurrentProfi() { @@ -136,7 +134,8 @@ private: ConnectionDialog* pwDiag; ConnectionDialog* messageDiag;*/ - AboutDialog *_aboutDialog; + AboutDialog *_aboutDialog; + profileDialog *_profileDialog; QString msgDialog; QString procToStart; |
