summaryrefslogtreecommitdiffstats
path: root/common/log.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/log.cpp')
-rw-r--r--common/log.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/log.cpp b/common/log.cpp
index 9dd0365..045b3cc 100644
--- a/common/log.cpp
+++ b/common/log.cpp
@@ -200,6 +200,8 @@ QByteArrayList Sink::Log::debugOutputFilter(FilterType type)
200 return config()->value("applicationfilter").value<QByteArrayList>(); 200 return config()->value("applicationfilter").value<QByteArrayList>();
201 case Area: 201 case Area:
202 return config()->value("areafilter").value<QByteArrayList>(); 202 return config()->value("areafilter").value<QByteArrayList>();
203 default:
204 return QByteArrayList();
203 } 205 }
204} 206}
205 207