DolphinQt: Add the ability to show a tooltip for custom graphics controls

This commit is contained in:
iwubcode
2020-10-17 00:05:43 -05:00
parent af0161cafd
commit a9271aa167
9 changed files with 19 additions and 17 deletions

View File

@ -4,7 +4,7 @@
#pragma once
#include <QSpinBox>
#include "DolphinQt/Config/ToolTipControls/ToolTipSpinBox.h"
namespace Config
{
@ -12,7 +12,7 @@ template <typename T>
struct Info;
}
class GraphicsInteger : public QSpinBox
class GraphicsInteger : public ToolTipSpinBox
{
Q_OBJECT
public: