mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
refs #359, fixed loghandler, removed / fine tuning of some output / log messages
see also discussion in #359
This commit is contained in:
@@ -60,8 +60,7 @@ namespace BlackGui
|
||||
bool withData = countUsers() > 0 || countClients() > 0;
|
||||
if (withData && !isVisibleWidget())
|
||||
{
|
||||
// KWB remove: qDebug() will be removed soo
|
||||
qDebug() << this->objectName() << "Skipping update";
|
||||
// Skip update, invisible
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user