aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorin1tiate <radwoodward@vikings.grayson.edu>2021-01-09 15:13:19 -0600
committerin1tiate <radwoodward@vikings.grayson.edu>2021-01-09 15:13:19 -0600
commit3a207dccf0f20f344676ef00ed72c5e268d8c0c4 (patch)
tree9169db4f01fb07dcf4f395db13c81e967e3410d1 /include
parentee8c6e3df7eaf7317ff241cd6821c61b1eb0c52a (diff)
i barely had to modify this
Diffstat (limited to 'include')
-rw-r--r--include/courtroom.h3
1 files changed, 3 insertions, 0 deletions
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: