summaryrefslogtreecommitdiff
path: root/src/modinfoforeign.cpp
diff options
context:
space:
mode:
authorTannin <sherb@gmx.net>2015-12-28 14:33:30 +0100
committerTannin <sherb@gmx.net>2015-12-28 14:33:30 +0100
commit1bfc91046badb609261c78b4b5e03bba4dcb61bd (patch)
tree8b19d71b29a63edaa92bddc2e7d14cfed023d3df /src/modinfoforeign.cpp
parent502e950cde5920e4184775c47621cb737696f512 (diff)
removed get-prefix from many getters. removed const from managed_game variable.
other fixes
Diffstat (limited to 'src/modinfoforeign.cpp')
-rw-r--r--src/modinfoforeign.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modinfoforeign.cpp b/src/modinfoforeign.cpp
index 4dbe034b..bf222166 100644
--- a/src/modinfoforeign.cpp
+++ b/src/modinfoforeign.cpp
@@ -21,7 +21,7 @@ QDateTime ModInfoForeign::creationTime() const
QString ModInfoForeign::absolutePath() const
{
//I ought to store this, it's used elsewhere
- IPluginGame const *game = qApp->property("managed_game").value<IPluginGame const *>();
+ IPluginGame const *game = qApp->property("managed_game").value<IPluginGame *>();
return game->dataDirectory().absolutePath();
}