Export tIcon class

This commit is contained in:
Victor Tran 2021-12-02 00:16:14 +11:00
parent 51e9303210
commit 5e481cdc89
No known key found for this signature in database
GPG key ID: 1F0729FE016CDC3E

View file

@ -20,11 +20,12 @@
#ifndef TICON_H
#define TICON_H
#include "the-libs_global.h"
#include <QObject>
#include <QIcon>
#include <QLocale>
class tIcon : public QObject {
class THELIBSSHARED_EXPORT tIcon : public QObject {
Q_OBJECT
public:
static QIcon fromTheme(QString iconName);