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
KDevelop
KDevelop
Commits
f18d17d3
Commit
f18d17d3
authored
Oct 05, 2021
by
Igor Kushnir
Committed by
Nicolás Alvarez
Nov 10, 2021
Browse files
ProblemReporterPlugin::documentClosed: public=>private
parent
173aae37
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/problemreporter/problemreporterplugin.h
View file @
f18d17d3
...
...
@@ -46,6 +46,7 @@ public:
private
Q_SLOTS
:
void
updateReady
(
const
KDevelop
::
IndexedString
&
url
,
const
KDevelop
::
ReferencedTopDUContext
&
);
void
updateHighlight
(
const
KDevelop
::
IndexedString
&
url
);
void
documentClosed
(
KDevelop
::
IDocument
*
);
void
textDocumentCreated
(
KDevelop
::
IDocument
*
document
);
void
documentActivated
(
KDevelop
::
IDocument
*
document
);
void
showModel
(
const
QString
&
id
);
...
...
@@ -58,8 +59,6 @@ private:
QHash
<
KDevelop
::
IndexedString
,
ProblemHighlighter
*>
m_highlighters
;
QHash
<
KDevelop
::
IndexedString
,
ProblemInlineNoteProvider
*>
m_inlineNoteProviders
;
QSet
<
KDevelop
::
IndexedString
>
m_reHighlightNeeded
;
public
Q_SLOTS
:
void
documentClosed
(
KDevelop
::
IDocument
*
);
};
#endif // KDEVPLATFORM_PLUGIN_PROBLEMREPORTERPLUGIN_H
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