diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-19 21:47:03 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-19 21:47:03 +0000 |
commit | bed975413d03d7a3ad1b6e5b0793c98f1a89e271 (patch) | |
tree | fa369451996e1de275a77f8e4e8529608429249b /quitdialog.h | |
parent | added all icons to gpg4usb.qrc (diff) | |
download | gpg4usb-bed975413d03d7a3ad1b6e5b0793c98f1a89e271.tar.gz gpg4usb-bed975413d03d7a3ad1b6e5b0793c98f1a89e271.zip |
use ressource file for all icons and remove iconpath
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@766 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'quitdialog.h')
-rwxr-xr-x | quitdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quitdialog.h b/quitdialog.h index 3b88550..eec9b63 100755 --- a/quitdialog.h +++ b/quitdialog.h @@ -33,7 +33,7 @@ class QuitDialog : public QDialog Q_OBJECT public: - QuitDialog(QWidget *parent,QHash<int, QString> unsavedDocs, QString iconPath); + QuitDialog(QWidget *parent,QHash<int, QString> unsavedDocs); bool isDiscarded(); QList <int> getTabIdsToSave(); |