mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-12 22:38:36 -04:00
Use Q_SIGNAL and Q_SLOT macros in activeStations.h.
This commit is contained in:
parent
16f9f50263
commit
6be56a775e
@ -33,17 +33,15 @@ public:
|
||||
bool m_clickOK=false;
|
||||
bool m_bReadyOnly;
|
||||
|
||||
signals:
|
||||
void callSandP(int nline);
|
||||
void activeStationsDisplay();
|
||||
|
||||
private slots:
|
||||
void on_textEdit_clicked();
|
||||
|
||||
private:
|
||||
void read_settings ();
|
||||
void write_settings ();
|
||||
Q_SIGNAL void callSandP(int nline);
|
||||
Q_SIGNAL void activeStationsDisplay();
|
||||
Q_SIGNAL void cursorPositionChanged();
|
||||
|
||||
Q_SLOT void on_cbReadyOnly_toggled(bool b);
|
||||
Q_SLOT void on_textEdit_clicked();
|
||||
|
||||
qint64 m_msec0=0;
|
||||
QString m_mode="";
|
||||
|
Loading…
Reference in New Issue
Block a user