]> Git trees. - libqmvoc.git/commitdiff
apidox_errors--
authorPino Toscano <pino@kde.org>
Fri, 18 Nov 2005 09:28:08 +0000 (09:28 +0000)
committerPino Toscano <pino@kde.org>
Fri, 18 Nov 2005 09:28:08 +0000 (09:28 +0000)
svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=481223

kdeeducore/prefleitner.h

index b942c2191c53e49fc5fc62224f52940d95b05f39..952430f41c624fc2b44072a8f7a3cbe0deb6ce30 100644 (file)
@@ -38,11 +38,13 @@ class PrefLeitner : public QDialog, public Ui::PrefLeitnerBase
 public:
        /**
         * The public contructor
+        * @param parent is the parent widget
         */
        PrefLeitner( QWidget* parent = 0 );
 
        /**
         * The public contructur which sets also the LeitnerSystem
+        * @param parent is the parent widget
         * @param system a pointer to the LeitnerSystem to configure
         */
        PrefLeitner( QWidget* parent = 0 , LeitnerSystem* system = 0 );