aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/KvsObject_tabWidget.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_tabWidget.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_tabWidget.h')
-rw-r--r--src/modules/objects/KvsObject_tabWidget.h40
1 files changed, 20 insertions, 20 deletions
diff --git a/src/modules/objects/KvsObject_tabWidget.h b/src/modules/objects/KvsObject_tabWidget.h
index 68f83a76f..9b0b14d1c 100644
--- a/src/modules/objects/KvsObject_tabWidget.h
+++ b/src/modules/objects/KvsObject_tabWidget.h
@@ -36,33 +36,33 @@ public:
public:
QWidget * widget() { return (QWidget *)object(); };
protected:
- virtual bool init(KviKvsRunTimeContext * pContext,KviKvsVariantList *pParams);
+ virtual bool init(KviKvsRunTimeContext * pContext, KviKvsVariantList * pParams);
QList<kvs_hobject_t> tabsList;
- bool addTab(KviKvsObjectFunctionCall *c);
- bool indexOf(KviKvsObjectFunctionCall *c);
- bool insertTab(KviKvsObjectFunctionCall *c);
- bool setTabToolTip(KviKvsObjectFunctionCall *c);
- bool removeTabToolTip(KviKvsObjectFunctionCall *c);
- bool setTabLabel(KviKvsObjectFunctionCall *c);
- bool setCurrentPage(KviKvsObjectFunctionCall *c);
- bool currentPageIndex(KviKvsObjectFunctionCall *c);
- bool tabLabel(KviKvsObjectFunctionCall *c);
- bool currentTabLabel(KviKvsObjectFunctionCall *c);
- bool count(KviKvsObjectFunctionCall *c);
- bool changeTab(KviKvsObjectFunctionCall *c);
- bool removePage(KviKvsObjectFunctionCall *c);
- bool setTabPosition(KviKvsObjectFunctionCall *c);
- bool setTabsClosable(KviKvsObjectFunctionCall *c);
- bool widgetAt(KviKvsObjectFunctionCall *c);
+ bool addTab(KviKvsObjectFunctionCall * c);
+ bool indexOf(KviKvsObjectFunctionCall * c);
+ bool insertTab(KviKvsObjectFunctionCall * c);
+ bool setTabToolTip(KviKvsObjectFunctionCall * c);
+ bool removeTabToolTip(KviKvsObjectFunctionCall * c);
+ bool setTabLabel(KviKvsObjectFunctionCall * c);
+ bool setCurrentPage(KviKvsObjectFunctionCall * c);
+ bool currentPageIndex(KviKvsObjectFunctionCall * c);
+ bool tabLabel(KviKvsObjectFunctionCall * c);
+ bool currentTabLabel(KviKvsObjectFunctionCall * c);
+ bool count(KviKvsObjectFunctionCall * c);
+ bool changeTab(KviKvsObjectFunctionCall * c);
+ bool removePage(KviKvsObjectFunctionCall * c);
+ bool setTabPosition(KviKvsObjectFunctionCall * c);
+ bool setTabsClosable(KviKvsObjectFunctionCall * c);
+ bool widgetAt(KviKvsObjectFunctionCall * c);
// events
- bool currentChangedEvent(KviKvsObjectFunctionCall *c);
- bool tabCloseRequestEvent(KviKvsObjectFunctionCall *c);
+ bool currentChangedEvent(KviKvsObjectFunctionCall * c);
+ bool tabCloseRequestEvent(KviKvsObjectFunctionCall * c);
protected slots:
void slotCurrentChanged(int);
void slotTabCloseRequest(int);
};
-#endif //!_CLASS_TABWIDGET_H_
+#endif //!_CLASS_TABWIDGET_H_