diff options
| author | Thomas Tanner <trtanner@btinternet.com> | 2015-11-21 16:32:48 +0000 |
|---|---|---|
| committer | Thomas Tanner <trtanner@btinternet.com> | 2015-11-21 16:32:48 +0000 |
| commit | 408b7933d22dbea35215d5b5b136ce0749b97e12 (patch) | |
| tree | cc5efd8e1301a01991d84d44943187e44f133a2d /src/gameinfoimpl.cpp | |
| parent | efb54100dcfe8ac83284ec59e6706c488ecb10e7 (diff) | |
Replace GameInfo::path with iPluginGame::gameDirectory (or dataDirectory where applicable)
Diffstat (limited to 'src/gameinfoimpl.cpp')
| -rw-r--r-- | src/gameinfoimpl.cpp | 4 |
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());
|
