aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-02-21 17:18:25 +0100
committersD <stoned@derpymail.org>2020-02-21 17:18:25 +0100
commitf93459ed0eec6c7c64bece75cb6e8de627c605b9 (patch)
tree89e61f652e78c3aead3110807b1c88d5192f11a0 /include
parent8d6b69e2f26dd0d365a10d15381946f989df0875 (diff)
remove fuck
Diffstat (limited to 'include')
-rw-r--r--include/courtroom.h2
-rw-r--r--include/lobby.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/courtroom.h b/include/courtroom.h
index 587d9630..37d3f6fc 100644
--- a/include/courtroom.h
+++ b/include/courtroom.h
@@ -197,7 +197,7 @@ public:
//properly sets up some varibles: resets user state
void enter_courtroom(int p_cid);
- // mfw this didnt fucking exist yet
+ // set the character using an ID
void set_character(int char_id);
//helper function that populates ui_music_list with the contents of music_list
diff --git a/include/lobby.h b/include/lobby.h
index 06cd798b..d32debed 100644
--- a/include/lobby.h
+++ b/include/lobby.h
@@ -79,7 +79,7 @@ private:
void set_size_and_pos(QWidget *p_widget, QString p_identifier);
public slots:
- void fucking_threading_goddamn_it(QString fuckshitassgoddamnfuck);
+ void lobbyThreadHandler(QString loadingText);
private slots:
void on_public_servers_clicked();
void on_favorites_clicked();