aboutsummaryrefslogtreecommitdiffstats
path: root/attachments.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'attachments.cpp')
-rw-r--r--attachments.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/attachments.cpp b/attachments.cpp
index a4b2886..4e62bd9 100644
--- a/attachments.cpp
+++ b/attachments.cpp
@@ -36,7 +36,7 @@ Attachments::Attachments(QString iconpath, QWidget *parent)
this->iconPath = iconpath;
- table = new AttachmentTableModel(this);
+ table = new AttachmentTableModel(iconpath, this);
tableView = new QTableView;
tableView->setModel(table);