# The pqEventDispatcher.h file cannot be found in the source code project

**URL:** https://discourse.paraview.org/t/the-pqeventdispatcher-h-file-cannot-be-found-in-the-source-code-project/13673
**Category:** Development
**Created:** [January 11, 2024, 11:53am UTC](https://discourse.paraview.org/t/the-pqeventdispatcher-h-file-cannot-be-found-in-the-source-code-project/13673 "2024-01-11T11:53:08Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![yuntianming](https://discourse.paraview.org/user_avatar/discourse.paraview.org/yuntianming/32/13318_2.png) [@yuntianming](https://discourse.paraview.org/u/yuntianming)
#### Post date: [January 11, 2024, 11:53am UTC](https://discourse.paraview.org/t/the-pqeventdispatcher-h-file-cannot-be-found-in-the-source-code-project/13673/1 "2024-01-11T11:53:08Z")

</div>

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?

---

<div class="post-metadata">

### Author: ![mwestphal](https://discourse.paraview.org/user_avatar/discourse.paraview.org/mwestphal/32/17_2.png) [@mwestphal](https://discourse.paraview.org/u/mwestphal)
#### Post date: [January 11, 2024, 11:54am UTC](https://discourse.paraview.org/t/the-pqeventdispatcher-h-file-cannot-be-found-in-the-source-code-project/13673/2 "2024-01-11T11:54:27Z")

</div>

It is part of the QtTesting project: [https://gitlab.kitware.com/paraview/qttesting](https://gitlab.kitware.com/paraview/qttesting)

Which is in a git submodule of ParaView

---

<div class="post-metadata">

### Author: ![yuntianming](https://discourse.paraview.org/user_avatar/discourse.paraview.org/yuntianming/32/13318_2.png) [@yuntianming](https://discourse.paraview.org/u/yuntianming)
#### Post date: [January 11, 2024, 11:57am UTC](https://discourse.paraview.org/t/the-pqeventdispatcher-h-file-cannot-be-found-in-the-source-code-project/13673/3 "2024-01-11T11:57:02Z")

</div>

Thank you so much
