aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/textmark.h
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@qt.io>2017-05-29 14:30:43 +0200
committerDavid Schulz <david.schulz@qt.io>2017-05-30 05:01:16 +0000
commitdaac41338edae424e0629a5050d209246821d7e5 (patch)
tree0489cc65d0c292687d48f5c3d03ed1bb8551848f /src/plugins/texteditor/textmark.h
parentc3579c9dae09117206e1a2243dffff84c71577fe (diff)
TextEditor: Simplify TextMarkRegistry
The registry is an implementation detail and doesn't need to be exported so move it to the textmark.cpp file. Change-Id: Ic103b122cb20063fa4bc220bdc90cecff27054aa Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/plugins/texteditor/textmark.h')
-rw-r--r--src/plugins/texteditor/textmark.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/texteditor/textmark.h b/src/plugins/texteditor/textmark.h
index 1eec26d17a..ca6f331064 100644
--- a/src/plugins/texteditor/textmark.h
+++ b/src/plugins/texteditor/textmark.h
@@ -45,8 +45,6 @@ namespace TextEditor {
class BaseTextEditor;
class TextDocument;
-namespace Internal { class TextMarkRegistry; }
-
class TEXTEDITOR_EXPORT TextMark
{
public:
@@ -102,7 +100,6 @@ public:
private:
Q_DISABLE_COPY(TextMark)
- friend class Internal::TextMarkRegistry;
TextDocument *m_baseTextDocument;
QString m_fileName;