From eb5dd31512b26d3240e2d07b29e976270f028297 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 20 Feb 2017 13:31:38 +0100 Subject: Fixed warning --- framework/domain/folderlistmodel.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'framework/domain') diff --git a/framework/domain/folderlistmodel.cpp b/framework/domain/folderlistmodel.cpp index 9e6d5479..3ce2cea3 100644 --- a/framework/domain/folderlistmodel.cpp +++ b/framework/domain/folderlistmodel.cpp @@ -26,8 +26,6 @@ using namespace Sink; using namespace Sink::ApplicationDomain; -SINK_DEBUG_AREA("folderlistmodel") - FolderListModel::FolderListModel(QObject *parent) : QSortFilterProxyModel() { setDynamicSortFilter(true); -- cgit v1.2.3