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_toolBar.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_toolBar.h')
| -rw-r--r-- | src/modules/objects/KvsObject_toolBar.h | 14 |
1 files changed, 7 insertions, 7 deletions
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_ |
