2021-02-15 Fred Gleason <fredg@paravelsystems.com>

* Fixed a regression in 'RDCae' that broke the build.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2021-02-15 09:19:46 -05:00
parent 2c612683ec
commit be4cbc291a
2 changed files with 6 additions and 2 deletions

View File

@ -21131,5 +21131,7 @@
* Removed the 'RDListViewItem' class.
2021-02-14 Fred Gleason <fredg@paravelsystems.com>
* Removed 'Q3TextStream' dependencies from 'librd'.
2021-02-14 Fred Gleason <fredg@paravelsystems.com>
2021-02-15 Fred Gleason <fredg@paravelsystems.com>
* Removed 'Q3SocketDevice' dependencies from 'RDCae'.
2021-02-15 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in 'RDCae' that broke the build.

View File

@ -91,8 +91,10 @@ class RDCae : public QObject
void playPositionChanged(int handle,unsigned sample);
void timescalingSupported(int card,bool state);
private slots:
public slots:
void connectHost();
private slots:
void caeSocketConnected();
void caeSocketTimeout();
void readyData();