Qt/RSX: add window title to the shader compilation msg_dialog

This commit is contained in:
Megamouse 2018-06-04 20:17:05 +02:00 committed by kd-11
parent 7aa2cddb05
commit edc9e9b4ec
4 changed files with 5 additions and 5 deletions

View file

@ -82,7 +82,7 @@ public:
std::function<void()> on_osk_input_entered;
virtual ~MsgDialogBase();
virtual void Create(const std::string& msg) = 0;
virtual void Create(const std::string& msg, const std::string& title = "") = 0;
virtual void CreateOsk(const std::string& msg, char16_t* osk_text, u32 charlimit) = 0;
virtual void SetMsg(const std::string& msg) = 0;
virtual void ProgressBarSetMsg(u32 progressBarIndex, const std::string& msg) = 0;