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
d3754528
Commit
d3754528
authored
Feb 21, 2022
by
Waqar Ahmed
Browse files
Init the model
parent
7bd3e16b
Pipeline
#140241
passed with stage
in 4 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kate/kateurlbar.cpp
View file @
d3754528
...
...
@@ -480,7 +480,7 @@ public:
void
addSymbolCrumb
(
QObject
*
lsp
)
{
QAbstractItemModel
*
model
;
QAbstractItemModel
*
model
=
nullptr
;
QMetaObject
::
invokeMethod
(
lsp
,
"documentSymbolsModel"
,
Q_RETURN_ARG
(
QAbstractItemModel
*
,
model
));
m_symbolsModel
=
model
;
if
(
!
model
)
{
...
...
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