Merge pull request #8176 from VinDuv/handle-open-files

QtGui: Handle file open events
This commit is contained in:
Connor McLaughlin
2019-06-29 22:22:46 +10:00
committed by GitHub
5 changed files with 56 additions and 0 deletions

View File

@ -202,6 +202,8 @@ add_executable(dolphin-emu
QtUtils/DoubleClickEventFilter.h
QtUtils/ElidedButton.cpp
QtUtils/ElidedButton.h
QtUtils/FileOpenEventFilter.cpp
QtUtils/FileOpenEventFilter.h
QtUtils/FlowLayout.cpp
QtUtils/FlowLayout.h
QtUtils/ModalMessageBox.cpp