From 7daaccd9a16f1a39e7b0b4df94876de113a3523b Mon Sep 17 00:00:00 2001 From: ubbo Date: Fri, 14 May 2010 20:28:01 +0000 Subject: more work on tablemodel, attached files are saveable again git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@329 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- attachments.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'attachments.h') diff --git a/attachments.h b/attachments.h index 8283fb9..189b3cc 100644 --- a/attachments.h +++ b/attachments.h @@ -54,15 +54,9 @@ public: private: void createActions(); - void saveByteArrayToFile(QByteArray outBuffer); - QStringList *getSelected(); - QList getSelectedPos(); - QTableWidget *mAttachmentTable; - //QList> - QList *attachmentBodys; + void saveByteArrayToFile(QByteArray outBuffer, QString filename); QAction *saveFileAct; QString iconPath; - AttachmentTableModel *table; QTableView *tableView; -- cgit v1.2.3