Skip to content

Commit

Permalink
fix: typo in #310
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Jan 9, 2024
1 parent 5118b0a commit 58e2267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Widgets/Rundown/RundownTreeWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1681,7 +1681,7 @@ void RundownTreeWidget::configureOscSubscriptions()
QObject::connect(this->invokeControlSubscription, SIGNAL(subscriptionReceived(const QString&, const QList<QVariant>&)),
this, SLOT(invokeControlSubscriptionReceived(const QString&, const QList<QVariant>&)));

QString previewControlFilter = Osc::DEFAULT_PREVIEW_RUNDOWN_CONTROL_FILTER;
QString previewControlFilter = Osc::RUNDOWN_CONTROL_PREVIEW_FILTER;
this->previewControlSubscription = new OscSubscription(previewControlFilter, this);
QObject::connect(this->previewControlSubscription, SIGNAL(subscriptionReceived(const QString&, const QList<QVariant>&)),
this, SLOT(previewControlSubscriptionReceived(const QString&, const QList<QVariant>&)));
Expand Down

0 comments on commit 58e2267

Please sign in to comment.