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_layout.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_layout.h')
| -rw-r--r-- | src/modules/objects/KvsObject_layout.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/modules/objects/KvsObject_layout.h b/src/modules/objects/KvsObject_layout.h index 621ff3605..99b0c1238 100644 --- a/src/modules/objects/KvsObject_layout.h +++ b/src/modules/objects/KvsObject_layout.h @@ -33,18 +33,18 @@ public: public: QWidget * widget() { return (QWidget *)object(); }; protected: - virtual bool init(KviKvsRunTimeContext * pContext,KviKvsVariantList *pParams); + virtual bool init(KviKvsRunTimeContext * pContext, KviKvsVariantList * pParams); - bool addWidget(KviKvsObjectFunctionCall *c); - bool addMultiCellWidget(KviKvsObjectFunctionCall *c); - bool setRowStretch(KviKvsObjectFunctionCall *c); - bool setColumnStretch(KviKvsObjectFunctionCall *c); - bool setMargin(KviKvsObjectFunctionCall *c); - bool setSpacing(KviKvsObjectFunctionCall *c); - bool addRowSpacing(KviKvsObjectFunctionCall *c); - bool addColSpacing(KviKvsObjectFunctionCall *c); - bool setResizeMode(KviKvsObjectFunctionCall *c); - bool setAlignment(KviKvsObjectFunctionCall *c); + bool addWidget(KviKvsObjectFunctionCall * c); + bool addMultiCellWidget(KviKvsObjectFunctionCall * c); + bool setRowStretch(KviKvsObjectFunctionCall * c); + bool setColumnStretch(KviKvsObjectFunctionCall * c); + bool setMargin(KviKvsObjectFunctionCall * c); + bool setSpacing(KviKvsObjectFunctionCall * c); + bool addRowSpacing(KviKvsObjectFunctionCall * c); + bool addColSpacing(KviKvsObjectFunctionCall * c); + bool setResizeMode(KviKvsObjectFunctionCall * c); + bool setAlignment(KviKvsObjectFunctionCall * c); }; #endif //_CLASS_LAYOUT_H_ |
