summaryrefslogtreecommitdiff
path: root/src/categories.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/categories.cpp')
-rw-r--r--src/categories.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/categories.cpp b/src/categories.cpp
index 61cd6334..18cee4f9 100644
--- a/src/categories.cpp
+++ b/src/categories.cpp
@@ -40,15 +40,9 @@ QString CategoryFactory::categoriesFilePath()
return qApp->property("dataPath").toString() + "/categories.dat";
}
-
-QString CategoryFactory::nexusMappingFilePath()
-{
- return qApp->property("dataPath").toString() + "/nexuscatmap.dat";
-}
-
-
CategoryFactory::CategoryFactory() : QObject()
{
+ atexit(&cleanup);
}
QString CategoryFactory::nexusMappingFilePath()