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
|
||||
#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 _;
|
||||
|
Reference in New Issue
Block a user