1 2 3 4 5 6 7 8 9 10 11 12 13 14
#ifndef HELPER_H #define HELPER_H #include <QIcon> #include <QChar> class QAction; namespace Helper { QIcon iconFromQChar(const QChar &c, int pixelSize); QAction* createSeparator(QObject *parent); } #endif // HELPER_H