Skip to content

Commit

Permalink
Event Handler
Browse files Browse the repository at this point in the history
Similar to text handler, pull out the disparate array of functions which format information from an event ready for display in the UI and put in a handler class with a test suite.

requires quotient-im/libQuotient#686
  • Loading branch information
James Graham committed Sep 7, 2023
1 parent 597633f commit 2c6ab49
Show file tree
Hide file tree
Showing 26 changed files with 2,396 additions and 996 deletions.
6 changes: 6 additions & 0 deletions autotests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ ecm_add_test(
LINK_LIBRARIES neochat Qt::Test
TEST_NAME mediasizehelpertest
)

ecm_add_test(
eventhandlertest.cpp
LINK_LIBRARIES neochat Qt::Test
TEST_NAME eventhandlertest
)
Loading

0 comments on commit 2c6ab49

Please sign in to comment.