Qt: Add help to GPU options in settings

This commit is contained in:
Connor McLaughlin
2020-05-01 01:00:05 +10:00
parent 101e1bfd73
commit 98bb1de31f
3 changed files with 59 additions and 3 deletions

View File

@@ -5,13 +5,14 @@
#include "ui_gpusettingswidget.h"
class QtHostInterface;
class SettingsDialog;
class GPUSettingsWidget : public QWidget
{
Q_OBJECT
public:
GPUSettingsWidget(QtHostInterface* host_interface, QWidget* parent = nullptr);
GPUSettingsWidget(QtHostInterface* host_interface, QWidget* parent, SettingsDialog* dialog);
~GPUSettingsWidget();
private Q_SLOTS: