aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppdoxygen_test.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2023-08-03 13:29:44 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2023-08-07 08:38:59 +0000
commite421ca97a17d0e6e3474333d1b7962e31ae487e0 (patch)
treeddf3bfc8fbe7f5bef20757b18fa7f0e0cb2b3c84 /src/plugins/cppeditor/cppdoxygen_test.h
parent68fbfe671c7c8f520c652a8050a2f7680cb40853 (diff)
TextEditor: Introduce dedicated comments settings page
We will soon add more comments settings. Change-Id: I91798b9d1071acefda70db523dcc72fdc2480cd7 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src/plugins/cppeditor/cppdoxygen_test.h')
-rw-r--r--src/plugins/cppeditor/cppdoxygen_test.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/cppeditor/cppdoxygen_test.h b/src/plugins/cppeditor/cppdoxygen_test.h
index 8a323a526c..362bf925cd 100644
--- a/src/plugins/cppeditor/cppdoxygen_test.h
+++ b/src/plugins/cppeditor/cppdoxygen_test.h
@@ -36,10 +36,10 @@ private:
void verifyCleanState() const;
void runTest(const QByteArray &original,
const QByteArray &expected,
- TextEditor::CommentsSettings *settings = 0,
+ TextEditor::CommentsSettings::Data *settings = 0,
const TestDocuments &includedHeaderDocuments = TestDocuments());
- QScopedPointer<TextEditor::CommentsSettings> oldSettings;
+ QScopedPointer<TextEditor::CommentsSettings::Data> oldSettings;
};
} // namespace Tests