QtHostInterface: RunLater() should be public

This commit is contained in:
Connor McLaughlin 2021-09-10 15:53:04 +10:00
parent d1977b20a4
commit 38fc5c0210
1 changed files with 2 additions and 1 deletions

View File

@ -51,6 +51,8 @@ public:
bool Initialize() override;
void Shutdown() override;
void RunLater(std::function<void()> 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<void()> func) override;
private:
enum : u32