summaryrefslogtreecommitdiff
path: root/sowatchui/watchscannermodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sowatchui/watchscannermodel.cpp')
-rw-r--r--sowatchui/watchscannermodel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sowatchui/watchscannermodel.cpp b/sowatchui/watchscannermodel.cpp
index 5d3b0ac..8dd8d1e 100644
--- a/sowatchui/watchscannermodel.cpp
+++ b/sowatchui/watchscannermodel.cpp
@@ -48,6 +48,7 @@ bool WatchScannerModel::active() const
int WatchScannerModel::rowCount(const QModelIndex &parent) const
{
+ Q_UNUSED(parent);
return _list.count();
}