Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Kate
Commits
d4fd27ce
Commit
d4fd27ce
authored
Sep 12, 2022
by
Christoph Cullmann
🍨
Browse files
remove no longer needed documentCreatedViewManager
parent
8929972a
Pipeline
#233920
passed with stage
in 21 minutes and 52 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
apps/lib/katedocmanager.cpp
View file @
d4fd27ce
...
...
@@ -91,7 +91,6 @@ KTextEditor::Document *KateDocManager::createDoc(const KateDocumentInfo &docInfo
// we have a new document, show it the world
Q_EMIT
documentCreated
(
doc
);
Q_EMIT
documentCreatedViewManager
(
doc
);
// return our new document
return
doc
;
...
...
apps/lib/katedocmanager.h
View file @
d4fd27ce
...
...
@@ -122,12 +122,6 @@ Q_SIGNALS:
*/
void
documentCreated
(
KTextEditor
::
Document
*
document
);
/**
* This signal is emitted when the \p document was created.
* This is emitted after the initial documentCreated for internal use in view manager
*/
void
documentCreatedViewManager
(
KTextEditor
::
Document
*
document
);
/**
* This signal is emitted before a \p document which should be closed is deleted
* The document is still accessible and usable, but it will be deleted
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment