diff options
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__ |