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
5b74ccd3
Commit
5b74ccd3
authored
Oct 03, 2022
by
Waqar Ahmed
Browse files
Fix TargetModel::clear()
parent
f344b900
Pipeline
#241175
passed with stage
in 11 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
addons/katebuild-plugin/TargetModel.cpp
View file @
5b74ccd3
...
...
@@ -32,7 +32,9 @@ TargetModel::~TargetModel()
void
TargetModel
::
clear
()
{
beginResetModel
();
m_targets
.
clear
();
endResetModel
();
}
void
TargetModel
::
setDefaultCmd
(
int
rootRow
,
const
QString
&
defCmd
)
...
...
Waqar Ahmed
@waqar
mentioned in issue
#72 (closed)
·
Oct 03, 2022
mentioned in issue
#72 (closed)
mentioned in issue #72
Toggle commit list
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