Fix statusbar mode update connection

This commit is contained in:
Jan Käberich 2022-06-27 19:58:30 +02:00
parent 3765e4009f
commit 506502ce02
3 changed files with 9 additions and 7 deletions

View file

@ -50,6 +50,9 @@ public:
SCPI* getSCPI();
public slots:
void setModeStatus(QString msg);
protected:
void closeEvent(QCloseEvent *event) override;
private slots: