summaryrefslogtreecommitdiffstats
path: root/api/logic/meta/Index.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'api/logic/meta/Index.cpp')
-rw-r--r--api/logic/meta/Index.cpp13
1 files changed, 1 insertions, 12 deletions
diff --git a/api/logic/meta/Index.cpp b/api/logic/meta/Index.cpp
index e0e8bc5d..35b9fb6f 100644
--- a/api/logic/meta/Index.cpp
+++ b/api/logic/meta/Index.cpp
@@ -16,9 +16,7 @@
#include "Index.h"
#include "VersionList.h"
-#include "tasks/LocalLoadTask.h"
-#include "tasks/RemoteLoadTask.h"
-#include "format/Format.h"
+#include "JsonFormat.h"
namespace Meta
{
@@ -78,15 +76,6 @@ QVariant Index::headerData(int section, Qt::Orientation orientation, int role) c
}
}
-std::unique_ptr<Task> Index::remoteUpdateTask()
-{
- return std::unique_ptr<RemoteLoadTask>(new RemoteLoadTask(this));
-}
-std::unique_ptr<Task> Index::localUpdateTask()
-{
- return std::unique_ptr<LocalLoadTask>(new LocalLoadTask(this));
-}
-
bool Index::hasUid(const QString &uid) const
{
return m_uids.contains(uid);