mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
define SMILEYPACK_DEFAULT_PATH
This commit is contained in:
parent
7dc00889ee
commit
86e6f5f0d1
|
@ -22,13 +22,15 @@
|
|||
#include <QString>
|
||||
#include <QStringList>
|
||||
|
||||
#define SMILEYPACK_DEFAULT_PATH "./smileys"
|
||||
|
||||
//maps emoticons to smileys
|
||||
class SmileyPack : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
static SmileyPack& getInstance();
|
||||
static QList<QPair<QString, QString>> listSmileyPacks(const QString& path = "./smileys");
|
||||
static QList<QPair<QString, QString>> listSmileyPacks(const QString& path = SMILEYPACK_DEFAULT_PATH);
|
||||
static bool isValid(const QString& filename);
|
||||
|
||||
bool load(const QString &filename);
|
||||
|
|
Loading…
Reference in New Issue
Block a user