diff options
| author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-11-03 22:28:11 +0100 |
|---|---|---|
| committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-11-03 22:28:11 +0100 |
| commit | 10c70da34595b0ada0519bcc8e8b8be0cd4282cb (patch) | |
| tree | c7994a0c290cd1135c54df4bc664f6c09f8d3f66 /main.cpp | |
| parent | added wizardpage for importing keyrings from gnupg homedir. But getting gnupg... (diff) | |
| download | gpg4usb-10c70da34595b0ada0519bcc8e8b8be0cd4282cb.tar.gz gpg4usb-10c70da34595b0ada0519bcc8e8b8be0cd4282cb.zip | |
first tray with minimal functionality - close ;-)
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@597 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'main.cpp')
| -rw-r--r-- | main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -25,6 +25,8 @@ int main(int argc, char *argv[]) { + Q_INIT_RESOURCE(gpg4usb); + QApplication app(argc, argv); // get application path |
