mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 09:30:44 +00:00
Fix override warning
This commit is contained in:
@@ -225,8 +225,7 @@ struct MiniQtInvoker : ObjectForwarder<IMiniQtHelper>
|
||||
}
|
||||
|
||||
QWidget *CreateLabel() { return InvokeRetFunction<QWidget *>(&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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user