refresh targets if needed

This commit is contained in:
Malte Jürgens
2022-07-14 11:57:44 +02:00
parent c4727f0466
commit 7f3561cc43
3 changed files with 13 additions and 4 deletions

View File

@@ -19,6 +19,9 @@ Q_SIGNALS:
void requestedStreamStart(QString target, uint width, uint height,
uint frameRate);
public Q_SLOTS:
void updateTargets();
private Q_SLOTS:
void startStream();
};