diff --git a/qrenderdoc/Windows/PythonShell.cpp b/qrenderdoc/Windows/PythonShell.cpp index 47102d341..2344f238a 100644 --- a/qrenderdoc/Windows/PythonShell.cpp +++ b/qrenderdoc/Windows/PythonShell.cpp @@ -225,8 +225,7 @@ struct MiniQtInvoker : ObjectForwarder } QWidget *CreateLabel() { return InvokeRetFunction(&IMiniQtHelper::CreateLabel); } - void SetLabelImage(QWidget *widget, const bytebuf &data, int32_t width, int32_t height, - bool alpha) override + void SetLabelImage(QWidget *widget, const bytebuf &data, int32_t width, int32_t height, bool alpha) { InvokeVoidFunction(&IMiniQtHelper::SetLabelImage, widget, data, width, height, alpha); }