New upstream version 25.0.3+dfsg1
This commit is contained in:
parent
04fe0efc67
commit
8b2e5f2130
569 changed files with 62491 additions and 5875 deletions
|
|
@ -56,7 +56,6 @@ class OBSBasicStats : public QWidget {
|
|||
|
||||
void AddOutputLabels(QString name);
|
||||
void Update();
|
||||
void Reset();
|
||||
|
||||
virtual void closeEvent(QCloseEvent *event) override;
|
||||
|
||||
|
|
@ -77,6 +76,9 @@ private:
|
|||
private slots:
|
||||
void RecordingTimeLeft();
|
||||
|
||||
public slots:
|
||||
void Reset();
|
||||
|
||||
protected:
|
||||
virtual void showEvent(QShowEvent *event) override;
|
||||
virtual void hideEvent(QHideEvent *event) override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue