diff options
| author | stonedDiscord <stoned@derpymail.org> | 2020-02-23 13:53:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-23 13:53:44 +0100 |
| commit | 149f04dc8465332363eeca9a40e123fc25863a17 (patch) | |
| tree | ad1bfae38670defee3357ee5a80639485e5f142d /src/lobby.cpp | |
| parent | 6ccabdd568075dfcecc6190d8d41a50b8bd99b84 (diff) | |
| parent | ad80e6413f7bc81177605c125eaf9c408aac94c6 (diff) | |
Merge pull request #117 from AttorneyOnline/2.7
2.7
Diffstat (limited to 'src/lobby.cpp')
| -rw-r--r-- | src/lobby.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lobby.cpp b/src/lobby.cpp index 6f257cec..8744d6b0 100644 --- a/src/lobby.cpp +++ b/src/lobby.cpp @@ -173,6 +173,10 @@ void Lobby::set_size_and_pos(QWidget *p_widget, QString p_identifier) } } +void Lobby::lobbyThreadHandler(QString loadingText){ + this->set_loading_text(loadingText); +} + void Lobby::set_loading_text(QString p_text) { ui_loading_text->clear(); |
