Fix build against quotient 0.6
This commit is contained in:
@@ -112,6 +112,13 @@ public:
|
|||||||
|
|
||||||
bool isInvite() const;
|
bool isInvite() const;
|
||||||
|
|
||||||
|
#ifndef QUOTIENT_07
|
||||||
|
Q_INVOKABLE QString htmlSafeMemberName(const QString &userId) const
|
||||||
|
{
|
||||||
|
return safeMemberName(userId).toHtmlEscaped();
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
private:
|
private:
|
||||||
QString m_cachedInput;
|
QString m_cachedInput;
|
||||||
QSet<const Quotient::RoomEvent *> highlights;
|
QSet<const Quotient::RoomEvent *> highlights;
|
||||||
|
|||||||
Reference in New Issue
Block a user