aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppeditorplugin.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2020-06-17 11:18:35 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2020-06-23 11:01:12 +0000
commita204fa65c8133bdb3153ad1c8ebf0ca9c9a27cae (patch)
treee549215fe196df4fdd8129085e9287431eaab264 /src/plugins/cppeditor/cppeditorplugin.h
parente4402e229f78ae4a303b46051ced5af64dfc493f (diff)
CppEditor: Do not underline leading whitespace
... when visualizing the range of a code model warning. Otherwise, warnings covering multiple lines can get too noisy. Fixes: QTCREATORBUG-18659 Change-Id: Ieff7729d8069e791027f7bdde5fca13f4c7f7163 Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src/plugins/cppeditor/cppeditorplugin.h')
-rw-r--r--src/plugins/cppeditor/cppeditorplugin.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/cppeditor/cppeditorplugin.h b/src/plugins/cppeditor/cppeditorplugin.h
index f3e98c0491..83723f329a 100644
--- a/src/plugins/cppeditor/cppeditorplugin.h
+++ b/src/plugins/cppeditor/cppeditorplugin.h
@@ -205,6 +205,9 @@ private slots:
void test_useSelections_data();
void test_useSelections();
+ void test_selectionFiltering_data();
+ void test_selectionFiltering();
+
// tests for "Include Hierarchy"
void test_includehierarchy_data();
void test_includehierarchy();