summaryrefslogtreecommitdiff
path: root/src/gameinfoimpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gameinfoimpl.cpp')
-rw-r--r--src/gameinfoimpl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gameinfoimpl.cpp b/src/gameinfoimpl.cpp
index a0dd832e..133c6de6 100644
--- a/src/gameinfoimpl.cpp
+++ b/src/gameinfoimpl.cpp
@@ -42,12 +42,12 @@ IGameInfo::Type GameInfoImpl::type() const
}
}
-
+/*
QString GameInfoImpl::path() const
{
return QDir::fromNativeSeparators(ToQString(GameInfo::instance().getGameDirectory()));
}
-/*
+
QString GameInfoImpl::binaryName() const
{
return ToQString(GameInfo::instance().getgetBinaryName());