QtGui: Handle file open events

Handle file open events received by Dolphin. This allows Wii/GC files to be
opened when double-clicked or dropped on the Dolphin application on macOS.
This commit is contained in:
Vincent Duvert
2019-06-11 23:00:02 +02:00
parent c34388f75b
commit 2f63b71bde
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