I’m studying the source code of paraview recently, and I cloned the latest code from GitHub. In the process of reading the source code, I found that I could not find the pqEventDispatcher.h file, and of course I could not find its .cxx file.
I saw its existence in the GitHub commit history.
I also saw its related interfaces in pqApplicationCore.cxx"
pqEventDispatcher::processEventsAndWait(1);”
I’m very confused, where are its code files?
It is part of the QtTesting project: https://gitlab.kitware.com/paraview/qttesting
Which is in a git submodule of ParaView
1 Like
Thank you so much