mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-13 08:05:55 +01:00
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:
@@ -21131,5 +21131,7 @@
|
|||||||
* Removed the 'RDListViewItem' class.
|
* Removed the 'RDListViewItem' class.
|
||||||
2021-02-14 Fred Gleason <fredg@paravelsystems.com>
|
2021-02-14 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Removed 'Q3TextStream' dependencies from 'librd'.
|
* 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'.
|
* Removed 'Q3SocketDevice' dependencies from 'RDCae'.
|
||||||
|
2021-02-15 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Fixed a regression in 'RDCae' that broke the build.
|
||||||
|
|||||||
@@ -91,8 +91,10 @@ class RDCae : public QObject
|
|||||||
void playPositionChanged(int handle,unsigned sample);
|
void playPositionChanged(int handle,unsigned sample);
|
||||||
void timescalingSupported(int card,bool state);
|
void timescalingSupported(int card,bool state);
|
||||||
|
|
||||||
private slots:
|
public slots:
|
||||||
void connectHost();
|
void connectHost();
|
||||||
|
|
||||||
|
private slots:
|
||||||
void caeSocketConnected();
|
void caeSocketConnected();
|
||||||
void caeSocketTimeout();
|
void caeSocketTimeout();
|
||||||
void readyData();
|
void readyData();
|
||||||
|
|||||||
Reference in New Issue
Block a user