aboutsummaryrefslogtreecommitdiff
path: root/courtroom.h
diff options
context:
space:
mode:
authorCerapter <cerap@protonmail.com>2018-09-05 02:25:04 +0200
committerCerapter <cerap@protonmail.com>2018-09-05 02:25:04 +0200
commit78c339869d64295da3d6aef5577a16f7fdc49b78 (patch)
treef025a7ddf4795cce67c544c2dc23a66790bad8ca /courtroom.h
parent12727fcf7f0684f916290113da4a76c331fadce9 (diff)
Inline text now also obey `misc` rules.
Diffstat (limited to 'courtroom.h')
-rw-r--r--courtroom.h3
1 files changed, 3 insertions, 0 deletions
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);