Skip to content

Commit 1b920b8

Browse files
committed
motd pointer
1 parent 5978392 commit 1b920b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lobby.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class Lobby : public QMainWindow
8282
QPushButton *ui_refresh_button;
8383

8484
// Serverinfo / MOTD Horizontal Row
85-
QPointer<QTextBrowser> ui_motd_text;
85+
QTextBrowser *ui_motd_text;
8686

8787
QLabel *ui_server_player_count_lbl;
8888
QTextBrowser *ui_server_description_text;

0 commit comments

Comments
 (0)