1 2 3 4 5 6 7
#ifdef _QCODE_EDIT_ #include <qeditor.h> #define EDITOR QEditor #else #include <QTextEditor> #define EDITOR QTextEditor #endif