summaryrefslogtreecommitdiffstats
path: root/src/qml/qmllibraryproxy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qmllibraryproxy.cpp')
-rw-r--r--src/qml/qmllibraryproxy.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qml/qmllibraryproxy.cpp b/src/qml/qmllibraryproxy.cpp
index 4583c1e34d..28453a48a7 100644
--- a/src/qml/qmllibraryproxy.cpp
+++ b/src/qml/qmllibraryproxy.cpp
@@ -6,7 +6,6 @@
#include "library/sidebarmodel.h"
namespace mixxx {
-namespace skin {
namespace qml {
QmlLibraryProxy::QmlLibraryProxy(std::shared_ptr<Library> pLibrary, QObject* parent)
@@ -20,5 +19,4 @@ QAbstractItemModel* QmlLibraryProxy::getSidebarModel() {
}
} // namespace qml
-} // namespace skin
} // namespace mixxx