summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/QtUI/QtStatusWidget.h')
-rw-r--r--Swift/QtUI/QtStatusWidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Swift/QtUI/QtStatusWidget.h b/Swift/QtUI/QtStatusWidget.h
index abd352f..a1c345d 100644
--- a/Swift/QtUI/QtStatusWidget.h
+++ b/Swift/QtUI/QtStatusWidget.h
@@ -13,13 +13,13 @@ namespace Swift {
Q_OBJECT
public:
QtStatusWidget(QWidget *parent);
+ StatusShow::Type getSelectedStatusShow();
signals:
- void onChangeStatusRequest(StatusShow::Type showType, const QString &statusMessage);
+ void onChangeStatusRequest(StatusShow::Type showType);
private slots:
void handleTypeSelected(int index);
private:
QComboBox *types_;
- QLineEdit *message_;
};
}