mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 15:19:42 -06:00
Qt/Config: Move BalloonTip.h/cpp from Graphics to ToolTipControls
BalloonTip.h/cpp are only used from the ToolTipControls folder, so move them there.
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
|
||||
#include <QString>
|
||||
|
||||
#include "DolphinQt/Config/Graphics/BalloonTip.h"
|
||||
#include "DolphinQt/Config/ToolTipControls/BalloonTip.h"
|
||||
|
||||
constexpr int TOOLTIP_DELAY = 300;
|
||||
|
||||
|
Reference in New Issue
Block a user