|
qTox
Version: nightly | Commit: bc751c8e1cac455f9690654fcfe0f560d2d7dfdd
|
#include "smileypack.h"#include "src/persistence/settings.h"#include <QDir>#include <QDomElement>#include <QRegularExpression>#include <QStandardPaths>#include <QStringBuilder>#include <QtConcurrent/QtConcurrentRun>#include <QTimer>
Go to the source code of this file.
Functions | |
| QStringList | loadDefaultPaths () |
| Construct list of standard directories with "emoticons" sub dir, whether these directories exist or not. More... | |
| QString | getAsRichText (const QString &key) |
| Wraps passed string into smiley HTML image reference. More... | |
| bool | isAscii (const QString &string) |
| QString getAsRichText | ( | const QString & | key | ) |
Wraps passed string into smiley HTML image reference.
| key | Describes which smiley is needed |
Definition at line 103 of file smileypack.cpp.

| bool isAscii | ( | const QString & | string | ) |
| QStringList loadDefaultPaths | ( | ) |
Construct list of standard directories with "emoticons" sub dir, whether these directories exist or not.
Definition at line 70 of file smileypack.cpp.
1.8.17