mirror of
https://github.com/Lurkki14/tuxclocker.git
synced 2025-02-25 18:55:24 -06:00
qt: update comment
This commit is contained in:
parent
7b78b908f8
commit
46f45d07e3
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user