Cleanup chatkeyhelp and tests
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user