Squashed a race condition bug
This commit is contained in:
parent
bf2c1f1e45
commit
f93d224977
1 changed files with 0 additions and 4 deletions
|
|
@ -64,10 +64,6 @@ namespace gui {
|
||||||
|
|
||||||
if (lumiera_error_peek())
|
if (lumiera_error_peek())
|
||||||
throw lumiera::error::Fatal("failed to bring up GUI",lumiera_error());
|
throw lumiera::error::Fatal("failed to bring up GUI",lumiera_error());
|
||||||
|
|
||||||
///////////////////////////////////////////////////////TODO: just a test to verify the GuiNotification facade is properly opened
|
|
||||||
GuiNotification::facade().displayInfo("Test-Notification message pushed to GUI!!!!");
|
|
||||||
///////////////////////////////////////////////////////TODO: just a test to verify the GuiNotification facade is properly opened
|
|
||||||
}
|
}
|
||||||
|
|
||||||
~GuiRunner () { }
|
~GuiRunner () { }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue