From f2051fb35b1ad49c4d940e6fbba2acc98b216e13 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Tue, 12 Feb 2019 23:59:24 +0100 Subject: clang format --- node/stringnode.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'node/stringnode.h') diff --git a/node/stringnode.h b/node/stringnode.h index f693a19..4079b7f 100644 --- a/node/stringnode.h +++ b/node/stringnode.h @@ -13,17 +13,17 @@ public: StringNode(); void run(ExecutionNode* previous); void setString(QString str); - virtual QString toString(bool withLabel)const; + virtual QString toString(bool withLabel) const; virtual qint64 getPriority() const; /** * @brief getCopy * @return */ - virtual ExecutionNode *getCopy() const; + virtual ExecutionNode* getCopy() const; + private: QString m_data; StringResult* m_stringResult; - }; #endif // STRINGNODE_H -- cgit v1.2.3-70-g09d2