diff options
| author | Elvis Angelaccio <[email protected]> | 2019-11-09 22:06:39 +0100 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2019-11-09 22:09:16 +0100 |
| commit | 16a3aea6a629a91aab937be5c111b64b3ed6cf86 (patch) | |
| tree | 3bd91330126e2fc5f053fc75bd8c9436d35bd214 /src/tests/kitemlistselectionmanagertest.cpp | |
| parent | 3512293b9840dd00c204d9b72ddd28ad26fff9ff (diff) | |
Remove unnecessary semicolons after Q_UNUSED
GIT_SILENT
Diffstat (limited to 'src/tests/kitemlistselectionmanagertest.cpp')
| -rw-r--r-- | src/tests/kitemlistselectionmanagertest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/kitemlistselectionmanagertest.cpp b/src/tests/kitemlistselectionmanagertest.cpp index 0655dcfb0..99313ff80 100644 --- a/src/tests/kitemlistselectionmanagertest.cpp +++ b/src/tests/kitemlistselectionmanagertest.cpp @@ -55,7 +55,7 @@ int DummyModel::count() const QHash<QByteArray, QVariant> DummyModel::data(int index) const { - Q_UNUSED(index); + Q_UNUSED(index) return QHash<QByteArray, QVariant>(); } |
