libQuotient
A Qt library for building matrix clients
Loading...
Searching...
No Matches
thread.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: 2024 James Graham <james.h.graham@protonmail.com>
2// SPDX-License-Identifier: LGPL-2.1-or-later
3
4#pragma once
5
6#include <QString>
7
9
10namespace Quotient {
11
12class RoomMessageEvent;
13
15public:
18 int size = 0;
20
22};
23
24} // namespace Quotient
#define QUOTIENT_API