fakevim: Enforce use of RealControlModifier by breaking the compilation otherwise

This commit is contained in:
hjk
2011-04-07 18:12:10 +02:00
parent 43f2096800
commit a1e11f69a9

View File

@@ -136,6 +136,9 @@ enum {
RealControlModifier = Qt::ControlModifier
#endif
};
// Enforce use of RealControlModifier by breaking the compilation.
#define MetaModifier // Use RealControlModifier instead
#define ControlModifier // Use RealControlModifier instead
const int ParagraphSeparator = 0x00002029;
typedef QLatin1String _;