Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. missing QEventLoop

missing QEventLoop

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
1 Posts 1 Posters 186 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.
  • A Offline
    A Offline
    Anonymous_Banned275
    wrote on last edited by
    #1

    I do not know HOW this occurred, but I like to recover from "missing QEventLoop".
    I get SAME error using my current C++ program / application and SAME error with new test application.

    I was guessing best way would be to reinstall Qt 5.12.2

    I am not sure HOW to uninstall specific Qt version only.

    This seems to uninstall QTMaintenatceTool - I do not want that !

    58efc677-9214-4d5d-8978-5c1e71dcd1ad-image.png

    Is tius my next step ?
    would that remove all versions with exeption of 6.3.2?

    f1430b9f-6d94-43eb-8d4d-63363373fb4c-image.png

    Then I would reinstall 5.15.2 as last step

    Here is " missing QEventLoop" error

    /home/nov25-1/Qt/5.15.2/gcc_64/include/QtCore/qcoreapplication.h:120: error: use of undeclared identifier 'QEventLoop'
    In file included from ../untitled_TEST/main.cpp:3:
    In file included from ../Qt/5.15.2/gcc_64/include/QtWidgets/QApplication:1:
    In file included from ../Qt/5.15.2/gcc_64/include/QtWidgets/qapplication.h:44:
    ../Qt/5.15.2/gcc_64/include/QtCore/qcoreapplication.h:120:31: error: use of undeclared identifier 'QEventLoop'
    static void processEvents(QEventLoop::ProcessEventsFlags flags = QEventLoop::AllEvents);
    ^

    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