Support opening attachments directly.

This commit is contained in:
Felix Geyer
2014-12-03 21:50:17 +01:00
parent 07a3d7a696
commit c39898dad9
3 changed files with 49 additions and 1 deletions

View File

@@ -76,6 +76,8 @@ private Q_SLOTS:
void updateCurrentAttribute();
void insertAttachment();
void saveCurrentAttachment();
void openAttachment(const QModelIndex& index);
void openCurrentAttachment();
void removeCurrentAttachment();
void updateAutoTypeEnabled();
void insertAutoTypeAssoc();