mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Changed: Minor changes
--HG-- branch : develop
This commit is contained in:
parent
d769c4a6c9
commit
d55c2b25c4
1 changed files with 4 additions and 4 deletions
|
@ -51,9 +51,6 @@ COperationDialog::COperationDialog(QWidget *parent):QDialog(parent), m_aborting(
|
|||
m_button = new QWinTaskbarButton(this);
|
||||
#endif
|
||||
|
||||
// connect(resumeButton, SIGNAL(clicked()), SLOT(onResumeClicked()));
|
||||
// connect(stopButton, SIGNAL(clicked()), SLOT(onStopClicked()));
|
||||
|
||||
// downloader
|
||||
m_downloader = new CDownloader(this, this);
|
||||
|
||||
|
@ -191,7 +188,6 @@ void COperationDialog::processUpdateProfilesNextStep()
|
|||
// TODO: check all servers are downloaded
|
||||
// TODO: delete profiles directories that are not used anymore
|
||||
// TODO: create shortcuts
|
||||
}
|
||||
|
||||
QStringList serversToUpdate;
|
||||
QStringList profilesToDelete;
|
||||
|
@ -734,6 +730,10 @@ bool COperationDialog::createDefaultProfile()
|
|||
|
||||
bool COperationDialog::createDefaultShortcuts()
|
||||
{
|
||||
CConfigFile *config = CConfigFile::getInstance();
|
||||
|
||||
CServer server = config->getServer();
|
||||
|
||||
emit done();
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue