From 690dd7a33ddc90678367d73adf313533536e10f2 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Fri, 29 Apr 2016 23:57:30 +0100 Subject: Apply clang-format --- src/modules/objects/KvsObject_toolBar.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/modules/objects/KvsObject_toolBar.h') diff --git a/src/modules/objects/KvsObject_toolBar.h b/src/modules/objects/KvsObject_toolBar.h index 21f733519..ce6fa0620 100644 --- a/src/modules/objects/KvsObject_toolBar.h +++ b/src/modules/objects/KvsObject_toolBar.h @@ -35,13 +35,13 @@ public: public: QWidget * widget() { return (QWidget *)object(); }; protected: - virtual bool init(KviKvsRunTimeContext * pContext,KviKvsVariantList *pParams); + virtual bool init(KviKvsRunTimeContext * pContext, KviKvsVariantList * pParams); - bool addSeparator(KviKvsObjectFunctionCall *c); - bool setLabel(KviKvsObjectFunctionCall *c); - bool label(KviKvsObjectFunctionCall *c); - bool setStretchableWidget(KviKvsObjectFunctionCall *c); - bool clear(KviKvsObjectFunctionCall *c); + bool addSeparator(KviKvsObjectFunctionCall * c); + bool setLabel(KviKvsObjectFunctionCall * c); + bool label(KviKvsObjectFunctionCall * c); + bool setStretchableWidget(KviKvsObjectFunctionCall * c); + bool clear(KviKvsObjectFunctionCall * c); }; -#endif //!_CLASS_TOOLBAR_H_ +#endif //!_CLASS_TOOLBAR_H_ -- cgit v1.3.1-10-gc9f91