From aea385e615a7442f8d78d6297ccd8bd20d5f6237 Mon Sep 17 00:00:00 2001 From: ubbo Date: Mon, 5 Dec 2011 21:43:37 +0000 Subject: remove everything system tray related from trunk git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@655 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- mainwindow.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'mainwindow.h') diff --git a/mainwindow.h b/mainwindow.h index 2dbd48c..89e2046 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -189,12 +189,6 @@ private: */ void createDockWindows(); - /** - * @details Create icon for system tray - */ - void createTrayIcon(); - void showTrayMessage(QString title, QString body); - /** * @details Create attachment-dockwindow. */ @@ -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 */ -- cgit v1.2.3