tst_qtnoeventloop: add missing override
Change-Id: I24ad2f4d069ce1c7a894f8466927acb6dfd266d3 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>bb10
parent
2ce2992f5e
commit
184743cc79
|
|
@ -131,7 +131,8 @@ public:
|
|||
}
|
||||
|
||||
|
||||
void run() {
|
||||
void run() override
|
||||
{
|
||||
struct ScopedCleanup
|
||||
{
|
||||
/* This is in order to ensure that the window is hidden when returning from run(),
|
||||
|
|
|
|||
Loading…
Reference in New Issue