]> Git trees. - libqmvoc.git/commitdiff
Make the conjugation index function public to use it in the conjugation practice...
authorFrederik Gladhorn <gladhorn@kde.org>
Thu, 11 Oct 2007 18:27:01 +0000 (18:27 +0000)
committerFrederik Gladhorn <gladhorn@kde.org>
Thu, 11 Oct 2007 18:27:01 +0000 (18:27 +0000)
svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=724205

keduvocdocument/keduvocconjugation.h

index 789dff788b789ac022a6abc691b8e13cd3511413..6cad438cd99fbae82cefb72baa88c10add9b14c3 100644 (file)
@@ -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;
 };