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
Education
Kig
Commits
8688007d
Commit
8688007d
authored
Jul 14, 2022
by
Laurent Montel
Browse files
Add comment
parent
f7b35a09
Pipeline
#204966
passed with stage
in 6 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
misc/object_constructor.h
View file @
8688007d
...
...
@@ -120,9 +120,9 @@ public:
class
StandardConstructorBase
:
public
ObjectConstructor
{
const
char
*
mdescname
;
const
char
*
mdesc
;
const
char
*
miconfile
;
const
char
*
mdescname
;
// TODO Use KLazyLocalizedString
const
char
*
mdesc
;
// TODO Use KLazyLocalizedString
const
char
*
miconfile
;
//TODO use QStringLiteral
const
ArgsParser
&
margsparser
;
public:
StandardConstructorBase
(
const
char
*
descname
,
...
...
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