aboutsummaryrefslogtreecommitdiffstats
path: root/attachments.h
diff options
context:
space:
mode:
Diffstat (limited to 'attachments.h')
-rw-r--r--attachments.h4
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__