diff options
Diffstat (limited to 'logic/lists/JavaVersionList.h')
-rw-r--r-- | logic/lists/JavaVersionList.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/logic/lists/JavaVersionList.h b/logic/lists/JavaVersionList.h index 879b2480..e6cc8e5f 100644 --- a/logic/lists/JavaVersionList.h +++ b/logic/lists/JavaVersionList.h @@ -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; }; |