Qt: Show shader generation window

This commit is contained in:
spycrab
2018-03-24 02:13:56 +01:00
parent 41787261b5
commit cb71b06afc
4 changed files with 42 additions and 5 deletions

View File

@ -32,6 +32,7 @@ signals:
void RequestTitle(const QString& title);
void RequestStop();
void RequestRenderSize(int w, int h);
void UpdateProgressDialog(QString label, int position, int maximum);
private:
Host();