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
f45facf1
Commit
f45facf1
authored
Aug 29, 2021
by
Ömer Fadıl Usta
😊
Browse files
Fix build caused by a small typo
parent
02ffbb49
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/practice/abstractfrontend.h
View file @
f45facf1
...
...
@@ -84,7 +84,7 @@ public Q_SLOTS:
virtual
void
showSynonym
()
=
0
;
/** switch between different modes such as written, flash card, etc */
virtual
void
setMode
(
Practi
s
e
::
AbstractFrontend
::
Mode
mode
)
=
0
;
virtual
void
setMode
(
Practi
c
e
::
AbstractFrontend
::
Mode
mode
)
=
0
;
virtual
void
setBoxes
(
grade_t
currentBox
,
grade_t
newBoxIfCorrect
,
grade_t
newBoxIfWrong
)
=
0
;
Q_SIGNALS:
...
...
Write
Preview
Markdown
is supported
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