diff options
| author | 2016-04-29 23:57:30 +0100 | |
|---|---|---|
| committer | 2016-04-29 23:57:48 +0100 | |
| commit | 690dd7a33ddc90678367d73adf313533536e10f2 (patch) | |
| tree | 2276fe7c384ebbc222b40a19c536d5c3c5606ce8 /src/modules/objects/KvsObject_hBox.h | |
| parent | Add config for clang-format. (diff) | |
| download | KVIrc-690dd7a33ddc90678367d73adf313533536e10f2.tar.gz KVIrc-690dd7a33ddc90678367d73adf313533536e10f2.tar.bz2 KVIrc-690dd7a33ddc90678367d73adf313533536e10f2.zip | |
Apply clang-format
Diffstat (limited to 'src/modules/objects/KvsObject_hBox.h')
| -rw-r--r-- | src/modules/objects/KvsObject_hBox.h | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/src/modules/objects/KvsObject_hBox.h b/src/modules/objects/KvsObject_hBox.h index 862aebf3b..ef2ce93ca 100644 --- a/src/modules/objects/KvsObject_hBox.h +++ b/src/modules/objects/KvsObject_hBox.h @@ -34,16 +34,13 @@ public: public: QWidget * widget() { return (QWidget *)object(); }; protected: - virtual bool init(KviKvsRunTimeContext * pContext,KviKvsVariantList *pParams); - - bool setMargin(KviKvsObjectFunctionCall *c); - bool setSpacing(KviKvsObjectFunctionCall *c); - bool setStretchFactor(KviKvsObjectFunctionCall *c); - bool addStretch(KviKvsObjectFunctionCall *c); - bool setAlignment(KviKvsObjectFunctionCall *c); - + virtual bool init(KviKvsRunTimeContext * pContext, KviKvsVariantList * pParams); + bool setMargin(KviKvsObjectFunctionCall * c); + bool setSpacing(KviKvsObjectFunctionCall * c); + bool setStretchFactor(KviKvsObjectFunctionCall * c); + bool addStretch(KviKvsObjectFunctionCall * c); + bool setAlignment(KviKvsObjectFunctionCall * c); }; - #endif //_CLASS_HBOX_H_ |
