mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-20 00:05:41 -05:00
Resolve unused parameter warnings
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user