diff options
| author | iwubcode <iwubcode@users.noreply.github.com> | 2020-10-20 22:14:06 -0500 |
|---|---|---|
| committer | iwubcode <iwubcode@users.noreply.github.com> | 2020-11-28 11:49:14 -0600 |
| commit | 613d8b1cba514b8e4063dc58e609cec2609d0ee6 (patch) | |
| tree | 0b89ee4943c9d945c6c23d2f60f358a25aea63c4 /Source/Core/DolphinQt/Config/Graphics/GraphicsWidget.h | |
| parent | c754b02aae19919b42e77701dc4c017f4a519158 (diff) | |
DolphinQt: Remove description box handling from graphics widget and window
Diffstat (limited to 'Source/Core/DolphinQt/Config/Graphics/GraphicsWidget.h')
| -rw-r--r-- | Source/Core/DolphinQt/Config/Graphics/GraphicsWidget.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Source/Core/DolphinQt/Config/Graphics/GraphicsWidget.h b/Source/Core/DolphinQt/Config/Graphics/GraphicsWidget.h index 46cdc8b971..fbe9bb8c1e 100644 --- a/Source/Core/DolphinQt/Config/Graphics/GraphicsWidget.h +++ b/Source/Core/DolphinQt/Config/Graphics/GraphicsWidget.h @@ -6,23 +6,12 @@ #include <QWidget> -class GraphicsWindow; class QFormLayout; -class QGroupBox; -class QLabel; class GraphicsWidget : public QWidget { Q_OBJECT -public: - explicit GraphicsWidget(GraphicsWindow* parent); - -signals: - void DescriptionAdded(QWidget* widget, const char* description); - protected: - void AddDescription(QWidget* widget, const char* description); - virtual void LoadSettings() = 0; virtual void SaveSettings() = 0; |
