aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/KvsObject_textBrowser.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_textBrowser.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_textBrowser.h')
-rw-r--r--src/modules/objects/KvsObject_textBrowser.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/modules/objects/KvsObject_textBrowser.h b/src/modules/objects/KvsObject_textBrowser.h
index 2adcc36f3..a4fc36041 100644
--- a/src/modules/objects/KvsObject_textBrowser.h
+++ b/src/modules/objects/KvsObject_textBrowser.h
@@ -1,5 +1,5 @@
-#ifndef _CLASS_TBROWSER_H_
-#define _CLASS_TBROWSER_H_
+#ifndef _CLASS_TBROWSER_H_
+#define _CLASS_TBROWSER_H_
//=============================================================================
//
// File : KvsObject_textBrowser.h
@@ -38,16 +38,16 @@ public:
public:
QWidget * widget() { return (QWidget *)object(); };
protected:
- virtual bool init(KviKvsRunTimeContext * pContext,KviKvsVariantList *pParams);
+ virtual bool init(KviKvsRunTimeContext * pContext, KviKvsVariantList * pParams);
- bool setSource(KviKvsObjectFunctionCall *c);
- bool forward(KviKvsObjectFunctionCall *c);
- bool backward(KviKvsObjectFunctionCall *c);
- bool home(KviKvsObjectFunctionCall *c);
- bool reload(KviKvsObjectFunctionCall *c);
- bool linkClickedEvent(KviKvsObjectFunctionCall *c);
+ bool setSource(KviKvsObjectFunctionCall * c);
+ bool forward(KviKvsObjectFunctionCall * c);
+ bool backward(KviKvsObjectFunctionCall * c);
+ bool home(KviKvsObjectFunctionCall * c);
+ bool reload(KviKvsObjectFunctionCall * c);
+ bool linkClickedEvent(KviKvsObjectFunctionCall * c);
protected slots:
void anchorClicked(const QUrl &);
};
-#endif //!_CLASS_TBROWSER_H_
+#endif //!_CLASS_TBROWSER_H_