Cleanup chatkeyhelp and tests

This commit is contained in:
James Graham
2026-02-14 12:18:07 +00:00
parent c5457a893f
commit 0341da5868
9 changed files with 57 additions and 28 deletions

View File

@@ -6,7 +6,6 @@
#include <QObject>
#include <QQmlEngine>
class NeoChatRoom;
class ChatTextItemHelper;
/**
@@ -26,13 +25,6 @@ class ChatKeyHelper : public QObject
public:
explicit ChatKeyHelper(QObject *parent = nullptr);
/**
* @brief The ChatTextItemHelper that ChatKeyHelper is handling key presses for.
*
* @sa ChatTextItemHelper
*/
QPointer<NeoChatRoom> room;
/**
* @brief The ChatTextItemHelper that ChatKeyHelper is handling key presses for.
*