mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-01 05:44:43 +08:00
UI: Declare missing overrides
This commit is contained in:
+2
-2
@@ -69,8 +69,8 @@ public:
|
||||
void AutoRemux(QString inFile, QString outFile);
|
||||
|
||||
protected:
|
||||
void dropEvent(QDropEvent *ev);
|
||||
void dragEnterEvent(QDragEnterEvent *ev);
|
||||
virtual void dropEvent(QDropEvent *ev) override;
|
||||
virtual void dragEnterEvent(QDragEnterEvent *ev) override;
|
||||
|
||||
void remuxNextEntry();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user