aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/KvsObject_widget.h
diff options
context:
space:
mode:
authorGravatar Fabio Bas2011-05-08 21:19:43 +0000
committerGravatar Fabio Bas2011-05-08 21:19:43 +0000
commit84d094f1e31f55481dea0c859be9a85c7cfb426c (patch)
treee7bdfd91c9efba8097adde62fe3a9b23af084c58 /src/modules/objects/KvsObject_widget.h
parentupdate (diff)
downloadKVIrc-84d094f1e31f55481dea0c859be9a85c7cfb426c.tar.gz
KVIrc-84d094f1e31f55481dea0c859be9a85c7cfb426c.tar.bz2
KVIrc-84d094f1e31f55481dea0c859be9a85c7cfb426c.zip
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
Diffstat (limited to 'src/modules/objects/KvsObject_widget.h')
-rw-r--r--src/modules/objects/KvsObject_widget.h6
1 files changed, 2 insertions, 4 deletions
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;