mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 13:17:41 +02:00
Removed JavaExtraSearchPaths
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
@ -73,8 +73,6 @@ class JavaPage : public QWidget, public BasePage {
|
||||
void on_javaTestBtn_clicked();
|
||||
void on_javaBrowseBtn_clicked();
|
||||
void on_javaDownloadBtn_clicked();
|
||||
void on_addExtraPathButton_clicked();
|
||||
void on_removeExtraPathButton_clicked();
|
||||
void on_downloadJavaButton_clicked();
|
||||
void on_removeJavaButton_clicked();
|
||||
void on_refreshJavaButton_clicked();
|
||||
@ -84,5 +82,4 @@ class JavaPage : public QWidget, public BasePage {
|
||||
private:
|
||||
Ui::JavaPage* ui;
|
||||
unique_qobject_ptr<JavaCommon::TestCheck> checker;
|
||||
QStringListModel* m_extra_paths;
|
||||
};
|
||||
|
Reference in New Issue
Block a user