From: Pino Toscano Date: Fri, 18 Nov 2005 09:28:08 +0000 (+0000) Subject: apidox_errors-- X-Git-Tag: v3.80.2~219 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=7805fc8407af3ad20fd883db18a6aba536f11850;p=libqmvoc.git apidox_errors-- svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=481223 --- diff --git a/kdeeducore/prefleitner.h b/kdeeducore/prefleitner.h index b942c21..952430f 100644 --- a/kdeeducore/prefleitner.h +++ b/kdeeducore/prefleitner.h @@ -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 );