Resolve unused parameter warnings

This commit is contained in:
WarmUpTill
2024-08-15 00:28:29 +02:00
committed by WarmUpTill
parent ee72bb192c
commit 5bb10a4aef
24 changed files with 30 additions and 32 deletions

View File

@@ -89,7 +89,7 @@ class VariableSelectionDialog : public QDialog {
public:
VariableSelectionDialog(QWidget *parent);
static bool AskForVariable(QWidget *parent, std::string &variableName);
static bool AskForVariable(std::string &variableName);
private:
VariableSelection *_variableSelection;