Skip to content

Commit 4c26f99

Browse files
committed
Fix formatting
1 parent 8b761e4 commit 4c26f99

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/courtroom.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ Courtroom::Courtroom(AOApplication *p_ao_app)
519519

520520
connect(m_screenslide_timer, &kal::ScreenSlideTimer::finished, this, &Courtroom::post_transition_cleanup);
521521

522-
connect(ui_player_list, &PlayerListWidget::notify, this, [this](const QString &message) { append_server_chatmessage("CLIENT", message, "1");});
522+
connect(ui_player_list, &PlayerListWidget::notify, this, [this](const QString &message) { append_server_chatmessage("CLIENT", message, "1"); });
523523

524524
set_widgets();
525525

src/widgets/playerlistwidget.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class PlayerListWidget : public QListWidget
3939
void filterPlayerList();
4040

4141
Q_SIGNALS:
42-
void notify(const QString& messasge);
42+
void notify(const QString &messasge);
4343

4444
private Q_SLOTS:
4545
void onCustomContextMenuRequested(const QPoint &pos);

0 commit comments

Comments
 (0)