From 7d0c1d999344ea625670bf3d90d7c900cadb4854 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Fri, 6 Mar 2015 00:25:25 +0100 Subject: Reorganize files. Creation of subdir result. --- stringresult.h | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 stringresult.h (limited to 'stringresult.h') diff --git a/stringresult.h b/stringresult.h deleted file mode 100644 index caa7e06..0000000 --- a/stringresult.h +++ /dev/null @@ -1,36 +0,0 @@ -#ifndef STRINGRESULT_H -#define STRINGRESULT_H - -#include -#include "result.h" -/** - * @brief The StringResult class - */ -class StringResult : public Result -{ -public: - /** - * @brief StringResult - */ - StringResult(); - /** - * @brief setText - * @param text - */ - void setText(QString text); - /** - * @brief getText - * @return - */ - QString getText() const; - /** - * @brief getScalar - * @return - */ - virtual QVariant getResult(RESULT_TYPE); - -private: - QString m_value; -}; - -#endif // STRINGRESULT_H -- cgit v1.2.3-70-g09d2