From c17f86af2dce6d1d4ad6a4e787404003c1ce495c Mon Sep 17 00:00:00 2001 From: ubbo Date: Fri, 14 May 2010 22:23:00 +0000 Subject: add mimetype-icons to model git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@330 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- attachments.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'attachments.cpp') 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); -- cgit v1.2.3