Added support for the profiles and made creation/editing them more user friendly

This commit is contained in:
Pieter van der Kloet 2012-10-23 01:47:07 +02:00
parent a4855186c5
commit fe9120bcb3
10 changed files with 289 additions and 80 deletions

View file

@ -11,7 +11,7 @@ int main(int argc, char *argv[])
// Now we make sure the current dir is set to application path
QDir dir(QCoreApplication::applicationDirPath());
#if defined(Q_OS_MAC)
#ifdef Q_OS_MAC
if (dir.dirName() == "MacOS") {
dir.cdUp();
dir.cdUp();