Gui: [skip ci] const correctness and remove superfluous semicolon
This commit is contained in:
@@ -70,7 +70,9 @@ public:
|
||||
void setWhatsThis (const QString &);
|
||||
QString whatsThis() const;
|
||||
void setMenuRole(QAction::MenuRole menuRole);
|
||||
QAction *action() {return _action;};
|
||||
QAction *action() const {
|
||||
return _action;
|
||||
}
|
||||
|
||||
public Q_SLOTS:
|
||||
virtual void onActivated ();
|
||||
|
||||
Reference in New Issue
Block a user