NOISSUE more refactoring
This commit is contained in:
parent
69213b1206
commit
9fc677c2a4
21 changed files with 33 additions and 32 deletions
|
@ -29,13 +29,13 @@ JavaInstallList::JavaInstallList(QObject *parent) : BaseVersionList(parent)
|
|||
{
|
||||
}
|
||||
|
||||
shared_qobject_ptr<Task> JavaInstallList::getLoadTask()
|
||||
Task::Ptr JavaInstallList::getLoadTask()
|
||||
{
|
||||
load();
|
||||
return getCurrentTask();
|
||||
}
|
||||
|
||||
shared_qobject_ptr<Task> JavaInstallList::getCurrentTask()
|
||||
Task::Ptr JavaInstallList::getCurrentTask()
|
||||
{
|
||||
if(m_status == Status::InProgress)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue