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 /attachmenttablemodel.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 'attachmenttablemodel.h')
-rw-r--r-- | attachmenttablemodel.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/attachmenttablemodel.h b/attachmenttablemodel.h index 27aa278..bb019de 100644 --- a/attachmenttablemodel.h +++ b/attachmenttablemodel.h @@ -37,7 +37,6 @@ class AttachmentTableModel : public QAbstractTableModel public: AttachmentTableModel(QObject *parent = 0); - AttachmentTableModel(QString iconpath, QObject *parent = 0); AttachmentTableModel(QList<MimePart> mimeparts, QObject *parent = 0); int rowCount(const QModelIndex &parent) const; @@ -52,8 +51,6 @@ public: private: QList<MimePart> listOfMimeparts; - QString iconPath; - }; #endif // __ATTACHMENTTABLEMODEL_H__ |