summaryrefslogtreecommitdiffstats
path: root/framework/settings/resourcescontroller.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'framework/settings/resourcescontroller.cpp')
-rw-r--r--framework/settings/resourcescontroller.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/framework/settings/resourcescontroller.cpp b/framework/settings/resourcescontroller.cpp
deleted file mode 100644
index 03016b67..00000000
--- a/framework/settings/resourcescontroller.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
1#include "resourcescontroller.h"
2
3ResourcesController::ResourcesController(QObject *parent) : QObject(parent), m_model(new ResourceListModel())
4{
5
6}
7
8
9ResourceListModel* ResourcesController::model() const
10{
11 return m_model.data();
12}