From 84d094f1e31f55481dea0c859be9a85c7cfb426c Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Sun, 8 May 2011 21:19:43 +0000 Subject: Objects module: fixed indentation (wip) webview class: proper documentation misc: fixed errors and bad pratices found by lwlint git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5834 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/objects/KvsObject_widget.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/modules/objects/KvsObject_widget.h') diff --git a/src/modules/objects/KvsObject_widget.h b/src/modules/objects/KvsObject_widget.h index 200492e85..3b8b88df1 100644 --- a/src/modules/objects/KvsObject_widget.h +++ b/src/modules/objects/KvsObject_widget.h @@ -92,7 +92,7 @@ protected: bool repaint(KviKvsObjectFunctionCall *c); bool insertIntoStatusBar(KviKvsObjectFunctionCall *c); bool removeFromStatusBar(KviKvsObjectFunctionCall *c); - bool setParent(KviKvsObjectFunctionCall *c); + bool setParent(KviKvsObjectFunctionCall *c); bool resize(KviKvsObjectFunctionCall *c); bool screenResolution(KviKvsObjectFunctionCall * c); bool setAttribute(KviKvsObjectFunctionCall *c); @@ -110,7 +110,7 @@ protected: bool setMinimumHeight(KviKvsObjectFunctionCall *c); bool setMinimumWidth(KviKvsObjectFunctionCall *c); bool setMouseTracking(KviKvsObjectFunctionCall *c); - bool setForegroundColor(KviKvsObjectFunctionCall *c); + bool setForegroundColor(KviKvsObjectFunctionCall *c); bool setStyleSheet(KviKvsObjectFunctionCall *c); bool setToolTip(KviKvsObjectFunctionCall *); bool setWindowIcon(KviKvsObjectFunctionCall *c); @@ -139,8 +139,6 @@ class KviKvsWidget : public QWidget Q_PROPERTY(QSize sizeHint READ sizeHint) public: KviKvsWidget(KvsObject_widget * ob,QWidget * par); - - virtual ~KviKvsWidget(); protected: KvsObject_widget * m_pObject; -- cgit v1.3.1-10-gc9f91