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/panels/places/placesitemlistgroupheader.cpp | |
| parent | 3512293b9840dd00c204d9b72ddd28ad26fff9ff (diff) | |
Remove unnecessary semicolons after Q_UNUSED
GIT_SILENT
Diffstat (limited to 'src/panels/places/placesitemlistgroupheader.cpp')
| -rw-r--r-- | src/panels/places/placesitemlistgroupheader.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/panels/places/placesitemlistgroupheader.cpp b/src/panels/places/placesitemlistgroupheader.cpp index e17fd4d66..884859d5b 100644 --- a/src/panels/places/placesitemlistgroupheader.cpp +++ b/src/panels/places/placesitemlistgroupheader.cpp @@ -33,8 +33,8 @@ PlacesItemListGroupHeader::~PlacesItemListGroupHeader() void PlacesItemListGroupHeader::paintSeparator(QPainter* painter, const QColor& color) { - Q_UNUSED(painter); - Q_UNUSED(color); + Q_UNUSED(painter) + Q_UNUSED(color) } QPalette::ColorRole PlacesItemListGroupHeader::normalTextColorRole() const |
