mirror of
https://github.com/vicr123/the-libs.git
synced 2025-01-22 10:22:03 -05:00
Export tIcon class
This commit is contained in:
parent
51e9303210
commit
5e481cdc89
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue