diff options
Diffstat (limited to 'src/gameinfoimpl.cpp')
| -rw-r--r-- | src/gameinfoimpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gameinfoimpl.cpp b/src/gameinfoimpl.cpp index 133c6de6..580ee02c 100644 --- a/src/gameinfoimpl.cpp +++ b/src/gameinfoimpl.cpp @@ -31,6 +31,7 @@ GameInfoImpl::GameInfoImpl() {
}
+/*
IGameInfo::Type GameInfoImpl::type() const
{
switch (GameInfo::instance().getType()) {
@@ -42,7 +43,6 @@ IGameInfo::Type GameInfoImpl::type() const }
}
-/*
QString GameInfoImpl::path() const
{
return QDir::fromNativeSeparators(ToQString(GameInfo::instance().getGameDirectory()));
|
