We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5978392 commit 1b920b8Copy full SHA for 1b920b8
1 file changed
src/lobby.h
@@ -82,7 +82,7 @@ class Lobby : public QMainWindow
82
QPushButton *ui_refresh_button;
83
84
// Serverinfo / MOTD Horizontal Row
85
- QPointer<QTextBrowser> ui_motd_text;
+ QTextBrowser *ui_motd_text;
86
87
QLabel *ui_server_player_count_lbl;
88
QTextBrowser *ui_server_description_text;
0 commit comments