Fix NightColorTest
Currently, the test crashes because the ColorManager is not created.
This commit is contained in:
parent
533ec39af5
commit
267eb0e9fa
1 changed files with 2 additions and 0 deletions
|
@ -89,6 +89,7 @@ WaylandTestApplication::~WaylandTestApplication()
|
|||
}
|
||||
waylandServer()->terminateClientConnections();
|
||||
destroyCompositor();
|
||||
destroyColorManager();
|
||||
}
|
||||
|
||||
void WaylandTestApplication::performStartup()
|
||||
|
@ -127,6 +128,7 @@ void WaylandTestApplication::performStartup()
|
|||
|
||||
// first load options - done internally by a different thread
|
||||
createOptions();
|
||||
createColorManager();
|
||||
waylandServer()->createInternalConnection();
|
||||
|
||||
// try creating the Wayland Backend
|
||||
|
|
Loading…
Reference in a new issue