forked from eden-emu/eden
[qt_common] update translations
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
092e645296
commit
75f18095e0
4 changed files with 70 additions and 66 deletions
|
@ -14,6 +14,8 @@ QMessageBox::StandardButton ShowMessage(QMessageBox::Icon icon,
|
|||
QMessageBox *box = new QMessageBox(icon, title, text, buttons, parent);
|
||||
return static_cast<QMessageBox::StandardButton>(box->exec());
|
||||
#endif
|
||||
// TODO(crueter): If Qt Widgets is disabled...
|
||||
// need a way to reference icon/buttons too
|
||||
}
|
||||
|
||||
QMessageBox::StandardButton ShowMessage(QMessageBox::Icon icon,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue