aboutsummaryrefslogtreecommitdiffstats
path: root/attachments.cpp
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2010-05-14 22:23:00 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2010-05-14 22:23:00 +0000
commitc17f86af2dce6d1d4ad6a4e787404003c1ce495c (patch)
treedabef71f91f1ccaa9e1d9ff53cb39497bcaf204c /attachments.cpp
parentmore work on tablemodel, attached files are saveable again (diff)
downloadgpg4usb-c17f86af2dce6d1d4ad6a4e787404003c1ce495c.tar.gz
gpg4usb-c17f86af2dce6d1d4ad6a4e787404003c1ce495c.zip
add mimetype-icons to model
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@330 34ebc366-c3a9-4b3c-9f84-69acf7962910
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);