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:
Dentomologist
2023-04-19 16:36:04 -07:00
parent 6d8cabac49
commit 7a78ace608
6 changed files with 6 additions and 7 deletions

View File

@ -7,7 +7,7 @@
#include <QString>
#include "DolphinQt/Config/Graphics/BalloonTip.h"
#include "DolphinQt/Config/ToolTipControls/BalloonTip.h"
constexpr int TOOLTIP_DELAY = 300;