From fd37ae89b0a515a71c534d7dec49620b629ceecf Mon Sep 17 00:00:00 2001 From: Chani Armitage Date: Mon, 14 Apr 2008 15:41:30 +0000 Subject: [PATCH] correct more lies svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=796953 --- view.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/view.h b/view.h index c2f63af72..504034679 100644 --- a/view.h +++ b/view.h @@ -125,7 +125,7 @@ public: Containment* containment() const; /** - * @return a KConfigGroup for this application unique to the view + * @return a KConfigGroup in the application's config file unique to the view */ KConfigGroup config() const; @@ -140,8 +140,6 @@ Q_SIGNALS: * changed its geometry, but before the View has shifted the viewd scene rect * to the new geometry. This is useful for Views which want to keep * their rect() in sync with the containment'sa - * - * @arg rect the new scene rect. */ void sceneRectAboutToChange(); @@ -150,8 +148,6 @@ Q_SIGNALS: * changed its geometry, and after the View has shifted the viewd scene rect * to the new geometry. This is useful for Views which want to keep * their rect() in sync with the containment's. - * - * @arg rect the new scene rect. */ void sceneRectChanged();