libQuotient
A Qt library for building matrix clients
Loading...
Searching...
No Matches
roomtombstoneevent.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: 2019 Kitsune Ral <Kitsune-Ral@users.sf.net>
2
// SPDX-License-Identifier: LGPL-2.1-or-later
3
4
#
pragma
once
5
6
#
include
"stateevent.h"
7
8
namespace
Quotient
{
9
class
QUOTIENT_API
RoomTombstoneEvent
:
public
StateEvent
{
10
public
:
11
QUO_EVENT
(
RoomTombstoneEvent
,
"m.room.tombstone"
)
12
13
using
StateEvent
::
StateEvent
;
14
15
QString
serverMessage
()
const
;
16
QString
successorRoomId
()
const
;
17
};
18
}
// namespace Quotient
Quotient::RoomTombstoneEvent
Definition
roomtombstoneevent.h:9
QUO_EVENT
#define QUO_EVENT(CppType_, MatrixType_)
Supply event metatype information in (specific) event types.
Definition
event.h:436
Quotient
Definition
accountregistry.h:13
QUOTIENT_API
#define QUOTIENT_API
Definition
quotient_export.h:22
Quotient
events
roomtombstoneevent.h
Generated by
1.9.8