mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
DolphinQt2: add DoubleClickEventFilter
This is an easy way to get a `doubleClicked` signal for any type of widget without creating custom classes for each one.
This commit is contained in:
@ -40,6 +40,7 @@ set(SRCS
|
||||
GameList/GameListModel.cpp
|
||||
GameList/GameTracker.cpp
|
||||
GameList/ListProxyModel.cpp
|
||||
QtUtils/DoubleClickEventFilter.cpp
|
||||
QtUtils/ElidedButton.cpp
|
||||
Settings/GeneralPane.cpp
|
||||
Settings/InterfacePane.cpp
|
||||
|
Reference in New Issue
Block a user