diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-02-07 18:17:33 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-02-07 18:17:33 +0000 |
commit | c351d72948b2a6f403c623eb24c85f05b3274c26 (patch) | |
tree | 0a0ebb2d37d36ac45081f607e1208e535cb04d15 /main.cpp | |
parent | experiment with QSettings, store & restore size and location of mainwindow, s... (diff) | |
download | gpg4usb-c351d72948b2a6f403c623eb24c85f05b3274c26.tar.gz gpg4usb-c351d72948b2a6f403c623eb24c85f05b3274c26.zip |
aslo
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@273 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -38,7 +38,6 @@ int main(int argc, char *argv[]) // QSettings uses org-name for automatically setting path... app.setOrganizationName("conf"); - //app.setOrganizationDomain("gpg4usb.cpunk.de"); // mac uses this? // specify default path & format for QSettings QSettings::setPath(QSettings::IniFormat, QSettings::UserScope, qApp->applicationDirPath()); QSettings::setDefaultFormat(QSettings::IniFormat); |