From 78c339869d64295da3d6aef5577a16f7fdc49b78 Mon Sep 17 00:00:00 2001 From: Cerapter Date: Wed, 5 Sep 2018 02:25:04 +0200 Subject: Inline text now also obey `misc` rules. --- courtroom.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'courtroom.h') diff --git a/courtroom.h b/courtroom.h index 90cf21f0..19a19ea9 100644 --- a/courtroom.h +++ b/courtroom.h @@ -131,6 +131,9 @@ public: //sets text color based on text color in chatmessage void set_text_color(); + // And gets the colour, too! + QColor get_text_color(QString color); + //takes in serverD-formatted IP list as prints a converted version to server OOC //admittedly poorly named void set_ip_list(QString p_list); -- cgit