未验证 提交 696cebb6 编写于 作者: J Jim 提交者: GitHub

Merge pull request #1987 from SCG82/declare-override

UI: Declare missing overrides
......@@ -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();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册