diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-19 21:47:03 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-19 21:47:03 +0000 |
commit | bed975413d03d7a3ad1b6e5b0793c98f1a89e271 (patch) | |
tree | fa369451996e1de275a77f8e4e8529608429249b /attachments.h | |
parent | added all icons to gpg4usb.qrc (diff) | |
download | gpg4usb-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 'attachments.h')
-rw-r--r-- | attachments.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/attachments.h b/attachments.h index 1f93a41..895c592 100644 --- a/attachments.h +++ b/attachments.h @@ -49,7 +49,7 @@ public slots: void openFile(); public: - Attachments(QString iconpath, QWidget *parent = 0); + Attachments(QWidget *parent = 0); void addMimePart(MimePart *mp); private: @@ -57,14 +57,12 @@ private: void saveByteArrayToFile(QByteArray outBuffer, QString filename); QAction *saveFileAct; QAction *openFileAct; - QString iconPath; AttachmentTableModel *table; QTableView *tableView; QSettings settings; protected: void contextMenuEvent(QContextMenuEvent *event); - }; #endif // __ATTACHMENTS_H__ |