SketcherGui: DSH - parameter unused depending of constexpr fixed
This commit is contained in:
committed by
abdullahtahiriyo
parent
8452edce03
commit
352d1f5bc3
@@ -182,7 +182,7 @@ public:
|
||||
}
|
||||
|
||||
/// Change DSH to reflect a comboBox changed in the widget
|
||||
void adaptDrawingToComboboxChange(int comboboxindex, int value)
|
||||
void adaptDrawingToComboboxChange(int comboboxindex, [[maybe_unused]] int value)
|
||||
{
|
||||
Q_UNUSED(comboboxindex);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user