From 38fc5c02107517f32da01eed649232f6984651c7 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Fri, 10 Sep 2021 15:53:04 +1000 Subject: [PATCH] QtHostInterface: RunLater() should be public --- src/duckstation-qt/qthostinterface.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/duckstation-qt/qthostinterface.h b/src/duckstation-qt/qthostinterface.h index b3f832402..13db1297e 100644 --- a/src/duckstation-qt/qthostinterface.h +++ b/src/duckstation-qt/qthostinterface.h @@ -51,6 +51,8 @@ public: bool Initialize() override; void Shutdown() override; + void RunLater(std::function func) override; + public Q_SLOTS: void ReportError(const char* message) override; void ReportMessage(const char* message) override; @@ -222,7 +224,6 @@ protected: void ApplySettings(bool display_osd_messages) override; void SetMouseMode(bool relative, bool hide_cursor) override; - void RunLater(std::function func) override; private: enum : u32