diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-12-05 21:43:37 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-12-05 21:43:37 +0000 |
commit | aea385e615a7442f8d78d6297ccd8bd20d5f6237 (patch) | |
tree | dedea2603262e5f4749527c1a005ce628e0b3b59 /mainwindow.h | |
parent | added import of private and/or public from older gpg4usb to wizard (diff) | |
download | gpg4usb-aea385e615a7442f8d78d6297ccd8bd20d5f6237.tar.gz gpg4usb-aea385e615a7442f8d78d6297ccd8bd20d5f6237.zip |
remove everything system tray related from trunk
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@655 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'mainwindow.h')
-rw-r--r-- | mainwindow.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/mainwindow.h b/mainwindow.h index 2dbd48c..89e2046 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -190,12 +190,6 @@ private: void createDockWindows(); /** - * @details Create icon for system tray - */ - void createTrayIcon(); - void showTrayMessage(QString title, QString body); - - /** * @details Create attachment-dockwindow. */ void createAttachmentDock(); @@ -239,9 +233,6 @@ private: QDockWidget *attachmentDock; /** Attachment Dock */ QDialog *genkeyDialog; /** Dialog for key generation */ - QSystemTrayIcon *trayIcon; - QMenu *trayIconMenu; - QAction *newTabAct; /** Action to create new tab */ QAction *switchTabUpAct; /** Action to switch tab up*/ QAction *switchTabDownAct; /** Action to switch tab down */ |