diff options
| author | Thomas Tanner <trtanner@btinternet.com> | 2015-11-20 18:07:06 +0000 |
|---|---|---|
| committer | Thomas Tanner <trtanner@btinternet.com> | 2015-11-20 18:07:06 +0000 |
| commit | 49de6e8d2555234c5da132c5fc35287083fe7ef7 (patch) | |
| tree | 8214d4f1447c76e08a390e02944d5f6744725015 /src/organizercore.cpp | |
| parent | 9ac845779abeafa7031f49dbc6bf0143765b3cd9 (diff) | |
Get rid of `GameIfo::getOrganizerDirectory` and associated member variable
qApp->getProperty("dataPath") can be used instead (and is pretty much everywhere else) so it's unnecessary
Diffstat (limited to 'src/organizercore.cpp')
| -rw-r--r-- | src/organizercore.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/organizercore.cpp b/src/organizercore.cpp index a9284e97..c1f091d9 100644 --- a/src/organizercore.cpp +++ b/src/organizercore.cpp @@ -1,4 +1,5 @@ #include "organizercore.h"
+
#include "mainwindow.h"
#include "gameinfoimpl.h"
#include "messagedialog.h"
|
