mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Fix JavaWizardWidget compilation without PCH
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
3a16cf3081
commit
90e3c59bd8
2 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#include "JavaWizardWidget.h"
|
||||
|
||||
#include <QCheckBox>
|
||||
#include <QFileDialog>
|
||||
#include <QGroupBox>
|
||||
#include <QLabel>
|
||||
|
|
@ -556,4 +557,4 @@ void JavaWizardWidget::onSpinBoxValueChanged(int)
|
|||
JavaWizardWidget::~JavaWizardWidget()
|
||||
{
|
||||
delete m_verticalSpacer;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
#include <java/JavaChecker.h>
|
||||
#include <QIcon>
|
||||
|
||||
class QCheckBox;
|
||||
class QLineEdit;
|
||||
class VersionSelectWidget;
|
||||
class QSpinBox;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue