add several warning dialogs
This commit is contained in:
parent
e9accf16db
commit
5dafd10fc7
4 changed files with 70 additions and 5 deletions
|
|
@ -154,6 +154,7 @@ class DivEngine {
|
|||
String configPath;
|
||||
String configFile;
|
||||
String lastError;
|
||||
String warnings;
|
||||
|
||||
struct SamplePreview {
|
||||
int sample;
|
||||
|
|
@ -495,6 +496,9 @@ class DivEngine {
|
|||
|
||||
// get last error
|
||||
String getLastError();
|
||||
|
||||
// get warnings
|
||||
String getWarnings();
|
||||
|
||||
// switch master
|
||||
void switchMaster();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue