From bed975413d03d7a3ad1b6e5b0793c98f1a89e271 Mon Sep 17 00:00:00 2001 From: nils Date: Thu, 19 Jan 2012 21:47:03 +0000 Subject: 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 --- attachmenttablemodel.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'attachmenttablemodel.h') 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 mimeparts, QObject *parent = 0); int rowCount(const QModelIndex &parent) const; @@ -52,8 +51,6 @@ public: private: QList listOfMimeparts; - QString iconPath; - }; #endif // __ATTACHMENTTABLEMODEL_H__ -- cgit v1.2.3