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 | |
| parent | efb54100dcfe8ac83284ec59e6706c488ecb10e7 (diff) | |
Replace GameInfo::path with iPluginGame::gameDirectory (or dataDirectory where applicable)
Diffstat (limited to 'src')
| -rw-r--r-- | src/gameinfoimpl.cpp | 4 | ||||
| -rw-r--r-- | src/gameinfoimpl.h | 2 |
2 files changed, 3 insertions, 3 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());
diff --git a/src/gameinfoimpl.h b/src/gameinfoimpl.h index b78321c4..b764b224 100644 --- a/src/gameinfoimpl.h +++ b/src/gameinfoimpl.h @@ -31,7 +31,7 @@ public: GameInfoImpl();
virtual Type type() const;
- virtual QString path() const;
+// virtual QString path() const;
// virtual QString binaryName() const;
};
|
