summaryrefslogtreecommitdiff
path: root/src/categories.cpp
diff options
context:
space:
mode:
authorJeremy Rimpo <jeremy.rimpo@servermonkey.com>2023-09-21 17:43:29 -0500
committerJeremy Rimpo <jeremy.rimpo@servermonkey.com>2023-09-21 17:43:29 -0500
commitd2e48ed72e3526c08580d5c4b3531778267532c5 (patch)
tree49e8e02641055f6f0ed46d9467a288868f7f1262 /src/categories.cpp
parent133c072eb7f63e807f2a211804537f59d1f8b0ed (diff)
Fix rebase issues
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()