Document actionshandler

Also cleanup some unused includes
This commit is contained in:
James Graham
2023-04-22 18:50:17 +00:00
parent 2fb4fdd18f
commit 970cd5cf7a
2 changed files with 21 additions and 8 deletions

View File

@@ -3,8 +3,6 @@
#include "actionshandler.h"
#include "controller.h"
#include <csapi/joining.h>
#include <events/roommemberevent.h>
@@ -13,13 +11,10 @@
#include <KLocalizedString>
#include <QStringBuilder>
#include "controller.h"
#include "models/actionsmodel.h"
#include "models/customemojimodel.h"
#include "neochatconfig.h"
#include "neochatroom.h"
#include "neochatuser.h"
#include "roommanager.h"
#include "texthandler.h"
using namespace Quotient;