#ifndef HELPER_H #define HELPER_H #include #include class QAction; namespace Helper { QIcon iconFromQChar(const QChar &c, int pixelSize); QAction* createSeparator(QObject *parent); } #endif // HELPER_H