tst_qtnoeventloop: add missing override

Change-Id: I24ad2f4d069ce1c7a894f8466927acb6dfd266d3
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
bb10
Johannes Kauffmann 2022-09-20 02:32:12 +02:00
parent 2ce2992f5e
commit 184743cc79
1 changed files with 2 additions and 1 deletions

View File

@ -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(),