From: Frederik Gladhorn Date: Fri, 23 Nov 2007 00:31:16 +0000 (+0000) Subject: Add missing return, fixes crash when saving. X-Git-Tag: v4.0.71~93^2~22 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=f1da4547371cd93cdda701b56eb2c6468a2c8cb5;p=libqmvoc.git Add missing return, fixes crash when saving. svn path=/branches/work/kdeedu_parley/libkdeedu/; revision=740331 --- diff --git a/keduvocdocument/keduvoclesson.cpp b/keduvocdocument/keduvoclesson.cpp index 1176565..a269b6f 100644 --- a/keduvocdocument/keduvoclesson.cpp +++ b/keduvocdocument/keduvoclesson.cpp @@ -181,6 +181,7 @@ QList< KEduVocExpression * > KEduVocLesson::entriesRecursive() } } } + return entryList; } QList< KEduVocLesson * > KEduVocLesson::childLessons()