summaryrefslogtreecommitdiffstats
path: root/api/logic/Env.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/logic/Env.h')
-rw-r--r--api/logic/Env.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/api/logic/Env.h b/api/logic/Env.h
index c72447ce..75ebe4a0 100644
--- a/api/logic/Env.h
+++ b/api/logic/Env.h
@@ -13,7 +13,11 @@ class QNetworkAccessManager;
class HttpMetaCache;
class BaseVersionList;
class BaseVersion;
-class WonkoIndex;
+
+namespace Meta
+{
+class Index;
+}
#if defined(ENV)
#undef ENV
@@ -53,10 +57,7 @@ public:
void registerIconList(std::shared_ptr<IIconList> iconlist);
- shared_qobject_ptr<WonkoIndex> wonkoIndex();
-
- QString wonkoRootUrl() const;
- void setWonkoRootUrl(const QString &url);
+ shared_qobject_ptr<Meta::Index> metadataIndex();
protected:
Private * d;