Home
last modified time | relevance | path

Searched refs:stripRichText (Results 1 – 4 of 4) sorted by relevance

/dports/devel/kf5-knotifications/knotifications-5.89.0/src/
H A Dknotificationplugin.h84 static inline QString stripRichText(const QString &s) in stripRichText() function
H A Dnotifybysnore.cpp170 stripRichText(notification->text()), in notifyDeferred()
H A Dnotifybyandroid.cpp112 …n.setField("text", QAndroidJniObject::fromString(stripRichText(notification->text())).object<jstri… in createAndroidNotification()
H A Dnotifybypopup.cpp203 text = stripRichText(text); in sendNotificationToServer()