D28456: number Sequence, move config to activity config
Johnny Jazeix <[email protected]>
| Newsgroups | gmane.comp.kde.education |
|---|---|
| Message-ID | <[email protected]> |
jjazeix added inline comments. INLINE COMMENTS > NumberSequence.qml:278 > id: bonus > - Component.onCompleted: items.mode == 1 ? win.connect(Activity.nextLevel) : win.disconnect(Activity.nextLevel) > + onWin: items.mode == 1 ? Activity.nextLevel() : 1; > } a if() is way clearer, why using a ternary here? REPOSITORY R2 GCompris REVISION DETAIL https://phabricator.kde.org/D28456 To: shubhammishra, jjazeix, #gcompris_improvements Cc: kde-edu, narvaez, apol