Split message content into its own module

This is laying some groundwork for the rich text chatbar.
This commit is contained in:
James Graham
2025-06-29 12:43:48 +01:00
parent a1447ebd6f
commit f6e8491bf1
117 changed files with 122 additions and 104 deletions

View File

@@ -7,7 +7,7 @@
#include <QQuickAttachedPropertyPropagator>
#include <QQuickItem>
#include "messagecontentmodel.h"
#include "models/messagecontentmodel.h"
#include "neochatroom.h"
class MessageAttached : public QQuickAttachedPropertyPropagator