From 3a207dccf0f20f344676ef00ed72c5e268d8c0c4 Mon Sep 17 00:00:00 2001 From: in1tiate Date: Sat, 9 Jan 2021 15:13:19 -0600 Subject: i barely had to modify this --- include/courtroom.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/courtroom.h b/include/courtroom.h index 5fdbbac3..cb1c4583 100644 --- a/include/courtroom.h +++ b/include/courtroom.h @@ -254,6 +254,9 @@ public: void check_connection_received(); + // Truncates text so it fits within theme-specified boundaries and sets the tooltip to the full string + void truncate_label_text(QWidget* p_widget, QString p_identifier); + ~Courtroom(); private: -- cgit