Implement global config class.

This commit is contained in:
Felix Geyer 2011-12-25 19:17:40 +01:00
parent 21acb02e3e
commit 35066bca8b
4 changed files with 123 additions and 0 deletions

View file

@ -31,6 +31,7 @@
int main(int argc, char **argv)
{
QApplication app(argc, argv);
// don't set applicationName or organizationName as that changes QDesktopServices::storageLocation
Crypto::init();