From 408b7933d22dbea35215d5b5b136ce0749b97e12 Mon Sep 17 00:00:00 2001 From: Thomas Tanner Date: Sat, 21 Nov 2015 16:32:48 +0000 Subject: Replace GameInfo::path with iPluginGame::gameDirectory (or dataDirectory where applicable) --- src/gameinfoimpl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gameinfoimpl.cpp') 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()); -- cgit v1.3.1