From: Frederik Gladhorn Date: Thu, 11 Oct 2007 18:27:01 +0000 (+0000) Subject: Make the conjugation index function public to use it in the conjugation practice... X-Git-Tag: v3.95.0~11 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=f5af50e007373ca2dc00381a5e7d45c246674d3e;p=libqmvoc.git Make the conjugation index function public to use it in the conjugation practice in parley. svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=724205 --- diff --git a/keduvocdocument/keduvocconjugation.h b/keduvocdocument/keduvocconjugation.h index 789dff7..6cad438 100644 --- a/keduvocdocument/keduvocconjugation.h +++ b/keduvocdocument/keduvocconjugation.h @@ -71,11 +71,11 @@ public: bool isEmpty(); + int indexOf(ConjugationPerson person, ConjugationNumber number) const; + private: class Private; Private* const d; - - int indexOf(ConjugationPerson person, ConjugationNumber number) const; };