aboutsummaryrefslogtreecommitdiff
path: root/include/courtroom.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/courtroom.h')
-rw-r--r--include/courtroom.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/courtroom.h b/include/courtroom.h
index 6a64deb2..9766c7bf 100644
--- a/include/courtroom.h
+++ b/include/courtroom.h
@@ -312,6 +312,8 @@ public:
// 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);
+ void on_authentication_state_received(int p_state);
+
~Courtroom();
private:
AOApplication *ao_app;