aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/textmark.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2024-01-17 10:08:06 +0100
committerhjk <hjk@qt.io>2024-01-17 11:59:46 +0000
commita5d165aa82516a345567d392a2b9a0ff38d46df0 (patch)
tree53dfa375f8cc9a30315b4dca687d24ea4636ff04 /src/plugins/texteditor/textmark.h
parenta9621ef1fdf00ec5a2c8bdd169fbc66302269acc (diff)
TextEditor: Setup TextMarkFactory more canonically
Change-Id: Iaa360615c47ed7c4c3e2ace95ad53006e99aa2d0 Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src/plugins/texteditor/textmark.h')
-rw-r--r--src/plugins/texteditor/textmark.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/texteditor/textmark.h b/src/plugins/texteditor/textmark.h
index b04e98ba5c..27b0ef5e5c 100644
--- a/src/plugins/texteditor/textmark.h
+++ b/src/plugins/texteditor/textmark.h
@@ -152,4 +152,6 @@ private:
friend class TextDocumentLayout;
};
+void setupTextMarkRegistry(QObject *guard);
+
} // namespace TextEditor