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:
Michael Maltese
2017-05-31 00:16:23 -07:00
parent 47e8cb97b4
commit 20f54fd9ed
5 changed files with 46 additions and 1 deletions

View File

@ -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