New upstream version 26.0.0+dfsg1

This commit is contained in:
Sebastian Ramacher 2020-10-01 22:15:25 +02:00
parent 8e020cdacb
commit 240080891f
837 changed files with 41275 additions and 9196 deletions

View file

@ -18,6 +18,7 @@ private:
QWidget *controlArea;
QGridLayout *mainLayout;
QPointer<QCheckBox> activeOnly;
QPointer<QCheckBox> usePercent;
OBSSignal sourceAddedSignal;
OBSSignal sourceRemovedSignal;
bool showInactive;
@ -36,8 +37,7 @@ public slots:
void SourceAdded(OBSSource source);
void SourceRemoved(OBSSource source);
void ShowContextMenu(const QPoint &pos);
void SetVolumeType();
void SetVolumeType(bool percent);
void ActiveOnlyChanged(bool checked);
public: