mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user