From 7d0d6600e6fca091fe1b80bcb686886590baeaa1 Mon Sep 17 00:00:00 2001 From: Krad Date: Wed, 8 Dec 2021 09:18:26 +0800 Subject: [PATCH] Fix a cross platform bug --- src/InputObject.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/InputObject.cpp b/src/InputObject.cpp index 932be34..327bb2d 100644 --- a/src/InputObject.cpp +++ b/src/InputObject.cpp @@ -166,8 +166,6 @@ void InputObject::ShowPanel() { this->showFullScreen(); this->setVisible(true); - const unsigned long currentThread = GetCurrentThreadId(); - qDebug() << "currentThread" << currentThread; this->activateWindow(); //it is quite important!!! while (QApplication::activeWindow() != this)