aboutsummaryrefslogtreecommitdiffstats
path: root/attachments.h
diff options
context:
space:
mode:
Diffstat (limited to 'attachments.h')
-rw-r--r--attachments.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/attachments.h b/attachments.h
index 4c143bb..80cb04c 100644
--- a/attachments.h
+++ b/attachments.h
@@ -51,8 +51,12 @@ public:
private:
void createActions();
+ void saveByteArrayToFile(QByteArray outBuffer);
QStringList *getSelected();
+ QList<int> getSelectedPos();
QTableWidget *mAttachmentTable;
+ //QList<QPointer<QByteArray>>
+ QList<QByteArray> *attachmentBodys;
QAction *saveFileAct;
QString iconPath;