aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/generichighlighter/highlightersettings.h
diff options
context:
space:
mode:
authorLeandro Melo <leandro.melo@nokia.com>2010-05-28 14:37:25 +0200
committerLeandro Melo <leandro.melo@nokia.com>2010-05-28 15:04:44 +0200
commit2dc7a6a1eb27db82cb6ce67754013e85ecd6472a (patch)
tree07407d328a746194ed14cbdf30136fe5bf5aeaf7 /src/plugins/texteditor/generichighlighter/highlightersettings.h
parent68cec6a7c7e8415e8430887a8a30c40b7d2255d4 (diff)
More functionality for the generic highlighter options. Other small changes.
Diffstat (limited to 'src/plugins/texteditor/generichighlighter/highlightersettings.h')
-rw-r--r--src/plugins/texteditor/generichighlighter/highlightersettings.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/texteditor/generichighlighter/highlightersettings.h b/src/plugins/texteditor/generichighlighter/highlightersettings.h
index ba03719505..5f90ea110a 100644
--- a/src/plugins/texteditor/generichighlighter/highlightersettings.h
+++ b/src/plugins/texteditor/generichighlighter/highlightersettings.h
@@ -47,6 +47,7 @@ struct HighlighterSettings
bool equals(const HighlighterSettings &highlighterSettings) const;
+ bool m_alertWhenNoDefinition;
QString m_definitionFilesPath;
};
@@ -57,7 +58,7 @@ inline bool operator!=(const HighlighterSettings &a, const HighlighterSettings &
{ return !a.equals(b); }
namespace Internal {
-void applyDefaults(HighlighterSettings *settings);
+QString findDefinitionsLocation();
}
} // namespace TextEditor