Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Education
Parley
Commits
dbdf173c
Commit
dbdf173c
authored
Aug 23, 2021
by
Andreas Cord-Landwehr
Browse files
Prefer default constructor for flags
parent
38f0814c
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/collection/testentry.cpp
View file @
dbdf173c
...
...
@@ -20,7 +20,7 @@ TestEntry::TestEntry(KEduVocExpression *entry)
,
m_shouldChangeGrades
(
false
)
,
m_isUnseenQuestion
(
false
)
,
m_lastPercentage
(
0.0
)
,
m_lastError
(
0
)
,
m_lastError
()
{}
void
TestEntry
::
setLanguageFrom
(
int
from
)
...
...
src/practice/writtenpracticevalidator.cpp
View file @
dbdf173c
...
...
@@ -33,7 +33,7 @@ using namespace Practice;
WrittenPracticeValidator
::
WrittenPracticeValidator
(
int
translation
,
KEduVocDocument
*
doc
)
:
m_entry
(
0
),
m_doc
(
doc
),
m_error
(
0
),
m_error
(),
m_speller
(
0
),
m_spellerAvailable
(
false
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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