Changed: Minor changes

This commit is contained in:
kervala 2016-06-14 19:56:10 +02:00
parent 0d52b6cb26
commit 99a9211b91

View file

@ -51,9 +51,6 @@ COperationDialog::COperationDialog(QWidget *parent):QDialog(parent), m_aborting(
m_button = new QWinTaskbarButton(this); m_button = new QWinTaskbarButton(this);
#endif #endif
// connect(resumeButton, SIGNAL(clicked()), SLOT(onResumeClicked()));
// connect(stopButton, SIGNAL(clicked()), SLOT(onStopClicked()));
// downloader // downloader
m_downloader = new CDownloader(this, this); m_downloader = new CDownloader(this, this);
@ -191,7 +188,6 @@ void COperationDialog::processUpdateProfilesNextStep()
// TODO: check all servers are downloaded // TODO: check all servers are downloaded
// TODO: delete profiles directories that are not used anymore // TODO: delete profiles directories that are not used anymore
// TODO: create shortcuts // TODO: create shortcuts
}
QStringList serversToUpdate; QStringList serversToUpdate;
QStringList profilesToDelete; QStringList profilesToDelete;
@ -734,6 +730,10 @@ bool COperationDialog::createDefaultProfile()
bool COperationDialog::createDefaultShortcuts() bool COperationDialog::createDefaultShortcuts()
{ {
CConfigFile *config = CConfigFile::getInstance();
CServer server = config->getServer();
emit done(); emit done();
return true; return true;