diff options
| author | David Skoland <davidskoland@gmail.com> | 2017-01-27 17:45:02 +0100 |
|---|---|---|
| committer | David Skoland <davidskoland@gmail.com> | 2017-01-27 17:45:02 +0100 |
| commit | d197d1f50112ee658d3112d1c980b8e4228b5357 (patch) | |
| tree | 295bfc818e864a21aa55f5f9fb74e94d10c1e1ec /courtroom.h | |
| parent | 9682087667e2de26e14406efde960b8c7f0c3c98 (diff) | |
added some functionality to handle_chatmessage function
Diffstat (limited to 'courtroom.h')
| -rw-r--r-- | courtroom.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/courtroom.h b/courtroom.h index 9f25387e..7660ad8c 100644 --- a/courtroom.h +++ b/courtroom.h @@ -40,6 +40,8 @@ public: void append_ms_chatmessage(QString f_message); void append_server_chatmessage(QString f_message); + void handle_chatmessage(QStringList *p_contents); + ~Courtroom(); private: |
