From 495846534d560f825819b7ee391e8c461ce76e4f Mon Sep 17 00:00:00 2001 From: Tannin Date: Mon, 7 Dec 2015 20:09:34 +0100 Subject: - no longer displaying "not logged in". This was too confusing for some - fixed files missing from vfs if parent directory exists in real destination dir - implemented plugin api to access current profile - steam game detection now also works for 64-bit games - removed reference to archive tab from tutorial - usvfs log level is now taken from config - some cleanup --- src/organizerproxy.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/organizerproxy.h') diff --git a/src/organizerproxy.h b/src/organizerproxy.h index fb502a7f..029abcaf 100644 --- a/src/organizerproxy.h +++ b/src/organizerproxy.h @@ -34,6 +34,7 @@ public: virtual QStringList findFiles(const QString &path, const std::function &filter) const; virtual QStringList getFileOrigins(const QString &fileName) const; virtual QList findFileInfos(const QString &path, const std::function &filter) const; + virtual MOBase::IProfile *profile(); virtual MOBase::IDownloadManager *downloadManager(); virtual MOBase::IPluginList *pluginList(); @@ -46,7 +47,6 @@ public: virtual bool onFinishedRun(const std::function &func); virtual bool onModInstalled(const std::function &func); - private: OrganizerCore *m_Proxied; @@ -55,5 +55,4 @@ private: }; - #endif // ORGANIZERPROXY_H -- cgit v1.3.1