From 16a3aea6a629a91aab937be5c111b64b3ed6cf86 Mon Sep 17 00:00:00 2001 From: Elvis Angelaccio Date: Sat, 9 Nov 2019 22:06:39 +0100 Subject: Remove unnecessary semicolons after Q_UNUSED GIT_SILENT --- src/settings/servicemodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/settings/servicemodel.cpp') diff --git a/src/settings/servicemodel.cpp b/src/settings/servicemodel.cpp index e3b015147..2dd0097bb 100644 --- a/src/settings/servicemodel.cpp +++ b/src/settings/servicemodel.cpp @@ -101,7 +101,7 @@ QVariant ServiceModel::data(const QModelIndex& index, int role) const int ServiceModel::rowCount(const QModelIndex& parent) const { - Q_UNUSED(parent); + Q_UNUSED(parent) return m_items.count(); } -- cgit v1.3