diff --git a/ChangeLog b/ChangeLog index d6283462..94a5b92f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21131,5 +21131,7 @@ * Removed the 'RDListViewItem' class. 2021-02-14 Fred Gleason * Removed 'Q3TextStream' dependencies from 'librd'. -2021-02-14 Fred Gleason +2021-02-15 Fred Gleason * Removed 'Q3SocketDevice' dependencies from 'RDCae'. +2021-02-15 Fred Gleason + * Fixed a regression in 'RDCae' that broke the build. diff --git a/lib/rdcae.h b/lib/rdcae.h index b0851769..ae78e665 100644 --- a/lib/rdcae.h +++ b/lib/rdcae.h @@ -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();