Fix Java checker leaving behind temporary jar files
This commit is contained in:
parent
42bc02dc8a
commit
3841260ef1
3 changed files with 8 additions and 6 deletions
|
@ -90,6 +90,7 @@ public slots:
|
|||
void checkerProgress(int current, int total);
|
||||
|
||||
protected:
|
||||
std::shared_ptr<JavaCheckerJob> m_job;
|
||||
JavaVersionList *m_list;
|
||||
JavaVersion *m_currentRecommended;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue