Fix Java checker leaving behind temporary jar files

This commit is contained in:
Petr Mrázek
2013-12-22 23:05:18 +01:00
parent 42bc02dc8a
commit 3841260ef1
3 changed files with 8 additions and 6 deletions

View File

@ -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;
};