aboutsummaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-01-19 21:47:03 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-01-19 21:47:03 +0000
commitbed975413d03d7a3ad1b6e5b0793c98f1a89e271 (patch)
treefa369451996e1de275a77f8e4e8529608429249b /mainwindow.h
parentadded all icons to gpg4usb.qrc (diff)
downloadgpg4usb-bed975413d03d7a3ad1b6e5b0793c98f1a89e271.tar.gz
gpg4usb-bed975413d03d7a3ad1b6e5b0793c98f1a89e271.zip
use ressource file for all icons and remove iconpath
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@766 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mainwindow.h b/mainwindow.h
index 1921e08..e84b7be 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -315,7 +315,6 @@ private:
KeyList *mKeyList; /**< TODO */
Attachments *mAttachments; /**< TODO */
GpgME::GpgContext *mCtx; /**< TODO */
- QString iconPath; /**< TODO */
KeyMgmt *keyMgmt; /**< TODO */
KeyServerImportDialog *importDialog; /**< TODO */
bool attachmentDockCreated;