mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-16 07:22:16 -07:00
add todo comment
This commit is contained in:
parent
53aff0dcf7
commit
6313e043f8
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ DlgUpdate::DlgUpdate(QWidget *parent) : QDialog(parent)
|
||||||
buttonBox->addButton(ok, QDialogButtonBox::AcceptRole);
|
buttonBox->addButton(ok, QDialogButtonBox::AcceptRole);
|
||||||
|
|
||||||
connect(gotoDownload, &QPushButton::clicked, this, &DlgUpdate::gotoDownloadPage);
|
connect(gotoDownload, &QPushButton::clicked, this, &DlgUpdate::gotoDownloadPage);
|
||||||
|
// TODO: make reinstall button actually do something when clicked
|
||||||
// connect(manualDownload, &QPushButton::clicked, this, &DlgUpdate::downloadUpdate);
|
// connect(manualDownload, &QPushButton::clicked, this, &DlgUpdate::downloadUpdate);
|
||||||
connect(stopDownload, &QPushButton::clicked, this, &DlgUpdate::cancelDownload);
|
connect(stopDownload, &QPushButton::clicked, this, &DlgUpdate::cancelDownload);
|
||||||
connect(ok, &QPushButton::clicked, this, &DlgUpdate::closeDialog);
|
connect(ok, &QPushButton::clicked, this, &DlgUpdate::closeDialog);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue