mirror of
https://github.com/huderlem/porymap.git
synced 2026-09-08 17:05:43 -05:00
Add script identification, require permission to r/w external files
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
class Message : public QMessageBox {
|
||||
public:
|
||||
Message(QMessageBox::Icon icon, const QString &text, QMessageBox::StandardButtons buttons, QWidget *parent);
|
||||
void addStandardButtons(QMessageBox::StandardButtons buttons) { setStandardButtons(standardButtons() | buttons); }
|
||||
};
|
||||
|
||||
// Basic error message with an 'Ok' button.
|
||||
|
||||
Reference in New Issue
Block a user