aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/KvsObject_checkBox.h
diff options
context:
space:
mode:
authorGravatar Alexey Sokolov2016-04-29 23:57:30 +0100
committerGravatar Alexey Sokolov2016-04-29 23:57:48 +0100
commit690dd7a33ddc90678367d73adf313533536e10f2 (patch)
tree2276fe7c384ebbc222b40a19c536d5c3c5606ce8 /src/modules/objects/KvsObject_checkBox.h
parentAdd config for clang-format. (diff)
downloadKVIrc-690dd7a33ddc90678367d73adf313533536e10f2.tar.gz
KVIrc-690dd7a33ddc90678367d73adf313533536e10f2.tar.bz2
KVIrc-690dd7a33ddc90678367d73adf313533536e10f2.zip
Apply clang-format
Diffstat (limited to 'src/modules/objects/KvsObject_checkBox.h')
-rw-r--r--src/modules/objects/KvsObject_checkBox.h18
1 files changed, 8 insertions, 10 deletions
diff --git a/src/modules/objects/KvsObject_checkBox.h b/src/modules/objects/KvsObject_checkBox.h
index e44bf00b9..3b11581d5 100644
--- a/src/modules/objects/KvsObject_checkBox.h
+++ b/src/modules/objects/KvsObject_checkBox.h
@@ -1,5 +1,5 @@
-#ifndef _CLASS_CHECKBOX_H_
-#define _CLASS_CHECKBOX_H_
+#ifndef _CLASS_CHECKBOX_H_
+#define _CLASS_CHECKBOX_H_
//=============================================================================
//
@@ -26,8 +26,6 @@
//
//=============================================================================
-
-
#include "KvsObject_button.h"
#include "object_macros.h"
@@ -39,12 +37,12 @@ public:
public:
QWidget * widget() { return (QWidget *)object(); };
protected:
- virtual bool init(KviKvsRunTimeContext * pContext,KviKvsVariantList *pParams);
- bool setChecked(KviKvsObjectFunctionCall *c);
- bool isChecked(KviKvsObjectFunctionCall *c);
- bool toggleEvent(KviKvsObjectFunctionCall *c);
- bool setText(KviKvsObjectFunctionCall *c);
+ virtual bool init(KviKvsRunTimeContext * pContext, KviKvsVariantList * pParams);
+ bool setChecked(KviKvsObjectFunctionCall * c);
+ bool isChecked(KviKvsObjectFunctionCall * c);
+ bool toggleEvent(KviKvsObjectFunctionCall * c);
+ bool setText(KviKvsObjectFunctionCall * c);
protected slots:
void toggled(bool b);
};
-#endif // !_CLASS_CHECKBOX_H_
+#endif // !_CLASS_CHECKBOX_H_