Skip to content
Snippets Groups Projects
Commit 80f7522f authored by Jonathan Guinet's avatar Jonathan Guinet
Browse files

WRG: change virtual method of Qt signal.

parent 5433e513
Branches
Tags
No related merge requests found
......@@ -48,7 +48,7 @@ protected slots:
void ParameterChanged(const QString& key);
signals:
virtual void ParameterActiveStatus(bool value);
void ParameterActiveStatus(bool value);
protected:
QtWidgetModel* GetModel();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment