diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2018-12-14 19:53:17 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-14 19:53:17 -0600 |
| commit | 8be69444755ea39ee748de40108f383125728922 (patch) | |
| tree | 3ff6dc727c6ac71d98dd476f65e3da9ce0c493d1 /aocaseannouncerdialog.cpp | |
| parent | a852ab504ba19b20b82b9eb7b2750ba5c30aa4d4 (diff) | |
| parent | 410b865bae2d3f1e61d69c14ed090c6b98540716 (diff) | |
Merge pull request #40 from Cerapter/mega-merge-case-announcer
Made case announcement use netcode instead of calling tsuserver commands.
Diffstat (limited to 'aocaseannouncerdialog.cpp')
| -rw-r--r-- | aocaseannouncerdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aocaseannouncerdialog.cpp b/aocaseannouncerdialog.cpp index a925034d..5b82b64f 100644 --- a/aocaseannouncerdialog.cpp +++ b/aocaseannouncerdialog.cpp @@ -19,7 +19,7 @@ AOCaseAnnouncerDialog::AOCaseAnnouncerDialog(QWidget *parent, AOApplication *p_a ui_announcer_buttons->setOrientation(Qt::Horizontal); ui_announcer_buttons->setStandardButtons(QDialogButtonBox::Ok | QDialogButtonBox::Cancel); - QObject::connect(ui_announcer_buttons, SIGNAL(accepted()), this, SLOT(on_ok_pressed())); + QObject::connect(ui_announcer_buttons, SIGNAL(accepted()), this, SLOT(ok_pressed())); QObject::connect(ui_announcer_buttons, SIGNAL(rejected()), this, SLOT(cancel_pressed())); setUpdatesEnabled(false); |
