mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 09:19:01 +00:00
Changed: Minor changes
This commit is contained in:
parent
0d52b6cb26
commit
99a9211b91
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);
|
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;
|
||||||
|
|
Loading…
Reference in a new issue