mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-20 06:58:01 +02: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:
parent
2c612683ec
commit
be4cbc291a
@ -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.
|
||||
|
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user