Getting "qt.qpa.mime: Retrying to obtain clipboard" in the console output
-
For the past two days, whenever I've used Ctrl+C or Ctrl+X in a Visual Studio window while a Qt QML application with a ComboBox has been running, thousands of these error lines have appeared:
"qt.qpa.mime: Retrying to obtain clipboard."
This is really annoying, and I can't figure out which Visual Studio option triggers this warning.
The only way to disable this is by using this line of code:QLoggingCategory::setFilterRules(QStringLiteral("qt.qpa.mime=false"));