diff options
author | dec05eba <dec05eba@protonmail.com> | 2019-01-20 05:02:13 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2019-01-20 05:02:17 +0100 |
commit | b629e93b124fcad6635a508e47c7776bb0891d1b (patch) | |
tree | 62c2c6d06afe779d4893d30184d9cd5c05621b57 /include/ChatMessage.hpp | |
parent | daa59b89b1f05cf3a2abdee9ef5ac8bffe805b13 (diff) |
Start with custom emoji (binds) and tests
Diffstat (limited to 'include/ChatMessage.hpp')
-rw-r--r-- | include/ChatMessage.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/ChatMessage.hpp b/include/ChatMessage.hpp index 5259a9c..a50a799 100644 --- a/include/ChatMessage.hpp +++ b/include/ChatMessage.hpp @@ -7,7 +7,6 @@ namespace dchat { - class User; class ChatMessage : public Gtk::Grid { public: @@ -18,4 +17,4 @@ namespace dchat Gtk::Label text; uint32_t timestampSeconds; }; -}
\ No newline at end of file +} |