From 3b5c4839e3913f2cecf7ad211e4a82de2ec6f8ba Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Fri, 26 Jun 2020 20:34:33 +0200 Subject: [PATCH] [libcalamaresui] Warnings-- --- src/libcalamaresui/viewpages/ViewStep.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcalamaresui/viewpages/ViewStep.cpp b/src/libcalamaresui/viewpages/ViewStep.cpp index 64979836f..ad86d06a4 100644 --- a/src/libcalamaresui/viewpages/ViewStep.cpp +++ b/src/libcalamaresui/viewpages/ViewStep.cpp @@ -91,7 +91,7 @@ ViewStep::checkRequirements() QSize ViewStep::widgetMargins( Qt::Orientations panelSides ) { - Q_UNUSED( panelSides ); + Q_UNUSED( panelSides ) // Application's default style const auto* s = QApplication::style();