forked from qt-creator/qt-creator
fakevim: Enforce use of RealControlModifier by breaking the compilation otherwise
This commit is contained in:
@@ -136,6 +136,9 @@ enum {
|
|||||||
RealControlModifier = Qt::ControlModifier
|
RealControlModifier = Qt::ControlModifier
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
// Enforce use of RealControlModifier by breaking the compilation.
|
||||||
|
#define MetaModifier // Use RealControlModifier instead
|
||||||
|
#define ControlModifier // Use RealControlModifier instead
|
||||||
|
|
||||||
const int ParagraphSeparator = 0x00002029;
|
const int ParagraphSeparator = 0x00002029;
|
||||||
typedef QLatin1String _;
|
typedef QLatin1String _;
|
||||||
|
Reference in New Issue
Block a user