summaryrefslogtreecommitdiffstats
path: root/src/scxml/qscxmltabledata.cpp
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@theqtcompany.com>2015-09-21 14:37:57 +0200
committerErik Verbruggen <erik.verbruggen@theqtcompany.com>2015-10-06 10:25:16 +0300
commit5914da672c6dedf0f4fabda2aef7b8d6ff3704ed (patch)
treec03586f8e654a67b648dad35fb2e3bc89ea6584d /src/scxml/qscxmltabledata.cpp
parent0b2087174304c8f1b741016ac1a264d32e193b7b (diff)
Split qscxmlstatemachine.h into separate files.
Change-Id: Ie3137be6a02007510f2d7627dd378d7e8d0477c4 Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
Diffstat (limited to 'src/scxml/qscxmltabledata.cpp')
-rw-r--r--src/scxml/qscxmltabledata.cpp24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/scxml/qscxmltabledata.cpp b/src/scxml/qscxmltabledata.cpp
new file mode 100644
index 0000000..d34e62b
--- /dev/null
+++ b/src/scxml/qscxmltabledata.cpp
@@ -0,0 +1,24 @@
+/****************************************************************************
+ **
+ ** Copyright (c) 2015 Digia Plc
+ ** For any questions to Digia, please use contact form at http://qt.digia.com/
+ **
+ ** All Rights Reserved.
+ **
+ ** NOTICE: All information contained herein is, and remains
+ ** the property of Digia Plc and its suppliers,
+ ** if any. The intellectual and technical concepts contained
+ ** herein are proprietary to Digia Plc
+ ** and its suppliers and may be covered by Finnish and Foreign Patents,
+ ** patents in process, and are protected by trade secret or copyright law.
+ ** Dissemination of this information or reproduction of this material
+ ** is strictly forbidden unless prior written permission is obtained
+ ** from Digia Plc.
+ ****************************************************************************/
+
+#include "qscxmltabledata.h"
+
+QT_USE_NAMESPACE
+
+QScxmlTableData::~QScxmlTableData()
+{}