diff options
author | Nils Achtergarde <[email protected]> | 2017-12-30 21:12:12 +0000 |
---|---|---|
committer | Nils Achtergarde <[email protected]> | 2017-12-30 21:12:12 +0000 |
commit | 69ec917b86e591166dd2ed8d7bdc998461cc2cd0 (patch) | |
tree | 55824f2fbb9d8841c80102a959fdce0ac4c0d5f1 /gpg4usb.pro | |
parent | recommit of 3e8f924df839cff1d3b6b097ad4db5a0573b559f (added minor comments) (diff) | |
download | gpg4usb-69ec917b86e591166dd2ed8d7bdc998461cc2cd0.tar.gz gpg4usb-69ec917b86e591166dd2ed8d7bdc998461cc2cd0.zip |
recommit of 1db778e4481eeab3e65d157240fbe963a8113f49 (tabbed about dialog with translator file seperated, but of the encoding of the TRANSLATOR file still has to be taken care of)
Diffstat (limited to 'gpg4usb.pro')
-rw-r--r-- | gpg4usb.pro | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gpg4usb.pro b/gpg4usb.pro index 87fa331..fa6a049 100644 --- a/gpg4usb.pro +++ b/gpg4usb.pro @@ -33,6 +33,7 @@ HEADERS += attachments.h \ textedit.h \ editorpage.h \ quitdialog.h \ + aboutdialog.h \ keyserverimportdialog.h \ verifynotification.h \ verifydetailsdialog.h \ @@ -59,7 +60,8 @@ SOURCES += attachments.cpp \ textedit.cpp \ editorpage.cpp \ quitdialog.cpp \ - keyserverimportdialog.cpp \ + aboutdialog.cpp \ + keyserverimportdialog.cpp \ verifynotification.cpp \ verifydetailsdialog.cpp \ verifykeydetailbox.cpp \ |