Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Getting "qt.qpa.mime: Retrying to obtain clipboard" in the console output
Forum Updated to NodeBB v4.3 + New Features

Getting "qt.qpa.mime: Retrying to obtain clipboard" in the console output

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 81 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    TheEnigmist
    wrote last edited by TheEnigmist
    #1

    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"));
    
    1 Reply Last reply
    0
    • jeremy_kJ Offline
      jeremy_kJ Offline
      jeremy_k
      wrote last edited by
      #2

      There are a few open bug reports that might be relevant.
      https://bugreports.qt.io/browse/QTBUG-130316
      https://bugreports.qt.io/browse/QTBUG-97930

      Asking a question about code? http://eel.is/iso-c++/testcase/

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved