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.h | |
| parent | efb54100dcfe8ac83284ec59e6706c488ecb10e7 (diff) | |
Replace GameInfo::path with iPluginGame::gameDirectory (or dataDirectory where applicable)
Diffstat (limited to 'src/gameinfoimpl.h')
| -rw-r--r-- | src/gameinfoimpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
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;
};
|
