mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-03 12:25:38 -04:00
Switch two connects to Qt5 style.
This commit is contained in:
parent
877eb71886
commit
afedf9e024
2 changed files with 2 additions and 2 deletions
|
@ -150,7 +150,7 @@ void NetInstallPage::loadGroupList()
|
|||
"groupsUrl" ).toString() );
|
||||
|
||||
KIO::Job* getJob = KIO::storedGet( confUrl, KIO::Reload, KIO::Overwrite | KIO::HideProgressInfo );
|
||||
connect ( getJob, SIGNAL( result( KJob* ) ), this, SLOT( dataIsHere( KJob* ) ) );
|
||||
connect ( getJob, &KIO::Job::result, this, &NetInstallPage::dataIsHere );
|
||||
}
|
||||
|
||||
void NetInstallPage::onActivate()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue