Mercurial > hg > svgui
diff widgets/PropertyBox.h @ 1602:a798a7b5e215
Further removal of Qt 5.6+-only APIs
author | Chris Cannam |
---|---|
date | Wed, 29 Apr 2020 14:46:37 +0100 |
parents | 2108af725460 |
children |
line wrap: on
line diff
--- a/widgets/PropertyBox.h Wed Apr 29 14:23:51 2020 +0100 +++ b/widgets/PropertyBox.h Wed Apr 29 14:46:37 2020 +0100 @@ -54,6 +54,7 @@ protected slots: void propertyControllerChanged(int); void propertyControllerChanged(bool); + void propertyControllerResetRequested(); void playAudibleChanged(bool); void playAudibleButtonChanged(bool); @@ -85,6 +86,7 @@ LEDButton *m_showButton; QToolButton *m_playButton; QMenu *m_lastContextMenu; + QObject *m_contextMenuOn; std::map<QString, QGridLayout *> m_groupLayouts; std::map<QString, QWidget *> m_propertyControllers; };