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.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/organizerproxy.cpp') diff --git a/src/organizerproxy.cpp b/src/organizerproxy.cpp index 095cb0bb..665b15d1 100644 --- a/src/organizerproxy.cpp +++ b/src/organizerproxy.cpp @@ -155,6 +155,11 @@ QList OrganizerProxy::findFileInfos(const QString return m_Proxied->findFileInfos(path, filter); } +MOBase::IProfile *OrganizerProxy::profile() +{ + return m_Proxied->currentProfile(); +} + MOBase::IDownloadManager *OrganizerProxy::downloadManager() { return m_Proxied->downloadManager(); -- cgit v1.3.1