diff options
| author | in1tiate <32779090+in1tiate@users.noreply.github.com> | 2021-03-15 17:56:42 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-15 17:56:42 -0500 |
| commit | e4483719d495ec7fca50ce0e39480d01d565f9de (patch) | |
| tree | 21a767b104d4dc7eadbc2b945279f316820c5a15 /include/courtroom.h | |
| parent | 3cac87737809ce7beb48323be77405ef25622d70 (diff) | |
Deprecate hardcoded string-based authentication, add AUTH packet (#489)
Co-authored-by: oldmud0 <oldmud0@users.noreply.github.com>
Diffstat (limited to 'include/courtroom.h')
| -rw-r--r-- | include/courtroom.h | 2 |
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; |
