Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
a1e11f69
Commit
a1e11f69
authored
Apr 07, 2011
by
hjk
Browse files
fakevim: Enforce use of RealControlModifier by breaking the compilation otherwise
parent
43f20968
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/fakevim/fakevimhandler.cpp
View file @
a1e11f69
...
...
@@ -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
_
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment