cutter/src/helpers.h

14 lines
214 B
C
Raw Normal View History

#ifndef QHELPERS_H
#define QHELPERS_H
class QPlainTextEdit;
class QTextEdit;
namespace qhelpers
{
void normalizeFont(QPlainTextEdit *edit);
void normalizeEditFont(QTextEdit *edit);
}
#endif // HELPERS_H