Skip to content
GitLab
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
4adeef9a
Commit
4adeef9a
authored
Nov 01, 2010
by
Leandro Melo
Browse files
Generic highlighter: Don't search for pre-installed definitions on mac.
Reviewed-by: con
parent
62f050e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/texteditor/generichighlighter/highlightersettings.cpp
View file @
4adeef9a
...
...
@@ -45,7 +45,7 @@ namespace Internal {
QString
findDefinitionsLocation
()
{
#ifdef
Q_OS_UNIX
#if
def
ined(
Q_OS_UNIX
) && !defined(Q_OS_MAC)
static
const
QLatin1String
kateSyntax
[]
=
{
QLatin1String
(
"/share/apps/katepart/syntax"
),
QLatin1String
(
"/share/kde4/apps/katepart/syntax"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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