Removed JavaExtraSearchPaths
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
a288779790
commit
889f604a41
8 changed files with 0 additions and 133 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue