diff options
| author | Cerapter <cerap@protonmail.com> | 2018-09-15 12:35:01 +0200 |
|---|---|---|
| committer | Cerapter <cerap@protonmail.com> | 2018-09-15 12:35:01 +0200 |
| commit | 29c91e63ea44a5e27b90fcf409ad9e4dc1f3f5c2 (patch) | |
| tree | 4cf85fbb8f8c79127411fc331f2563b2f99671b0 /courtroom.h | |
| parent | 0032c36822e149705efa975cd658b1661be2904d (diff) | |
The IC chatlog can now show both name and showname, and can be exported.
- Toggle the 'Custom shownames' tickbox to switch between real names and
custom shownames.
- Type `/save_chatlog` in the OOC to export your IC chatlog into a file.
- Exporting the chatlog will append the date and time of the message,
too.
Diffstat (limited to 'courtroom.h')
| -rw-r--r-- | courtroom.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/courtroom.h b/courtroom.h index 341d6dfd..1115e369 100644 --- a/courtroom.h +++ b/courtroom.h @@ -18,6 +18,7 @@ #include "aotextedit.h" #include "aoevidencedisplay.h" #include "datatypes.h" +#include "chatlogpiece.h" #include <QMainWindow> #include <QLineEdit> @@ -257,6 +258,8 @@ private: QSignalMapper *char_button_mapper; + QVector<chatlogpiece> ic_chatlog_history; + // These map music row items and area row items to their actual IDs. QVector<int> music_row_to_number; QVector<int> area_row_to_number; |
