diff options
Diffstat (limited to 'Swift/QtUI/QtStatusWidget.h')
-rw-r--r-- | Swift/QtUI/QtStatusWidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/QtUI/QtStatusWidget.h b/Swift/QtUI/QtStatusWidget.h index a1c345d..d6372cb 100644 --- a/Swift/QtUI/QtStatusWidget.h +++ b/Swift/QtUI/QtStatusWidget.h @@ -14,6 +14,7 @@ namespace Swift { public: QtStatusWidget(QWidget *parent); StatusShow::Type getSelectedStatusShow(); + void setStatusType(StatusShow::Type type); signals: void onChangeStatusRequest(StatusShow::Type showType); private slots: |