From 7805fc8407af3ad20fd883db18a6aba536f11850 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Fri, 18 Nov 2005 09:28:08 +0000 Subject: [PATCH] apidox_errors-- svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=481223 --- kdeeducore/prefleitner.h | 2 ++ 1 file changed, 2 insertions(+) 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 ); -- 2.47.3