diff options
| author | TrickyLeifa <date.epoch@gmail.com> | 2024-05-15 00:23:46 +0200 |
|---|---|---|
| committer | TrickyLeifa <date.epoch@gmail.com> | 2024-05-15 00:23:46 +0200 |
| commit | a0cee58c048772b2dcfe3992f60728d5a6f7d786 (patch) | |
| tree | fe98e757a87672af293800f62aa41eb8d52dcc72 /src/courtroom.h | |
| parent | c9f52b7223685d2e7fca925594171f94dd8c6e3b (diff) | |
| parent | c9eabf35dafa22f7ad7f012c23f63f1605a47668 (diff) | |
Merge branch 'master' into kaleidoscope
Diffstat (limited to 'src/courtroom.h')
| -rw-r--r-- | src/courtroom.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/courtroom.h b/src/courtroom.h index cdcd1e11..e79fb40b 100644 --- a/src/courtroom.h +++ b/src/courtroom.h @@ -438,7 +438,7 @@ private: // Minumum and maximum number of parameters in the MS packet static const int MS_MINIMUM = 15; - static const int MS_MAXIMUM = 30; + static const int MS_MAXIMUM = 31; QString m_chatmessage[MS_MAXIMUM]; QString previous_ic_message; @@ -635,6 +635,7 @@ private: QLineEdit *ui_ic_chat_message; AOLineEditFilter *ui_ic_chat_message_filter; QLineEdit *ui_ic_chat_name; + QLineEdit *ui_custom_blips; QLineEdit *ui_ooc_chat_message; QLineEdit *ui_ooc_chat_name; |
