mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-21 12:49:40 +08:00
UI: Add stats reset hotkey
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user