qt: update comment

This commit is contained in:
jussi 2019-10-29 19:37:04 +02:00
parent 7b78b908f8
commit 46f45d07e3

View File

@ -33,7 +33,7 @@ private:
// List of widget switch triggers so we know which ones to uncheck
QVector <QAction*> m_widgetSwitchTriggers;
// Setup connections between actions and widgets
// Setup connection between action and widget
void setupWidgetTriggerAction(QAction *action, QWidget *widget, const QString &iconName);
// Change current stacked widget according to the action that was triggered
void changeActiveWidget(QWidget *widget, QAction *action);