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
11db4d2c
Commit
11db4d2c
authored
Oct 04, 2022
by
Waqar Ahmed
Browse files
Fix unable to add runCmd from UI
parent
1b802ac4
Changes
1
Hide whitespace changes
Inline
Side-by-side
addons/katebuild-plugin/TargetModel.cpp
View file @
11db4d2c
...
...
@@ -424,6 +424,9 @@ bool TargetModel::setData(const QModelIndex &index, const QVariant &value, int r
case
1
:
m_targets
[
rootIndex
].
commands
[
row
].
buildCmd
=
value
.
toString
();
return
true
;
case
2
:
m_targets
[
rootIndex
].
commands
[
row
].
runCmd
=
value
.
toString
();
return
true
;
}
}
}
...
...
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