diff options
Diffstat (limited to 'helper.h')
-rw-r--r-- | helper.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/helper.h b/helper.h new file mode 100644 index 0000000..9b4a5c9 --- /dev/null +++ b/helper.h @@ -0,0 +1,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 |