diff options
author | nils <[email protected]> | 2016-02-07 13:59:21 +0000 |
---|---|---|
committer | nils <[email protected]> | 2016-02-07 13:59:21 +0000 |
commit | 2278aaa445b5f50edbcb3f3cc6baa8142a5d145a (patch) | |
tree | 3285461b9d3cc7766620017a1b305c7480a33670 /attachments.h | |
parent | refactored slots and signals (diff) | |
download | gpg4usb-2278aaa445b5f50edbcb3f3cc6baa8142a5d145a.tar.gz gpg4usb-2278aaa445b5f50edbcb3f3cc6baa8142a5d145a.zip |
seoma more refactoring
Diffstat (limited to 'attachments.h')
-rw-r--r-- | attachments.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/attachments.h b/attachments.h index 7b07634..5d72d9e 100644 --- a/attachments.h +++ b/attachments.h @@ -46,7 +46,7 @@ class Attachments : public QWidget public slots: void slotSaveFile(); - void openFile(); + void slotOpenFile(); public: Attachments(QWidget *parent = 0); |