NOISSUE more refactoring
This commit is contained in:
parent
69213b1206
commit
9fc677c2a4
21 changed files with 33 additions and 32 deletions
|
@ -40,7 +40,7 @@ class JavaInstallList : public BaseVersionList
|
|||
public:
|
||||
explicit JavaInstallList(QObject *parent = 0);
|
||||
|
||||
shared_qobject_ptr<Task> getLoadTask() override;
|
||||
Task::Ptr getLoadTask() override;
|
||||
bool isLoaded() override;
|
||||
const BaseVersionPtr at(int i) const override;
|
||||
int count() const override;
|
||||
|
@ -54,7 +54,7 @@ public slots:
|
|||
|
||||
protected:
|
||||
void load();
|
||||
shared_qobject_ptr<Task> getCurrentTask();
|
||||
Task::Ptr getCurrentTask();
|
||||
|
||||
protected:
|
||||
Status m_status = Status::NotDone;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue