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
1 Posts 1 Posters 26 Views
  • 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

    • Login

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