Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: 5.10.0
-
Fix Version/s: 5.9.5
-
Component/s: Widgets: Widgets and Dialogs
-
Labels:None
-
Commits:da81b01df856e532a8cabb99949232de1b23327d
Description
When navigating the open file dialog on Windows I see a lot of debug messages of the type:
QWindowsNativeFileDialogBase::onSelectionChange (QUrl("file:///<filename>")) 1
It can be fixed by replacing qDebug() with qCDebug(lcQpaDialogs) here: