summaryrefslogtreecommitdiff
path: root/src/data/path.cpp
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2020-04-12 13:31:11 +0100
committerAleks Kissinger <aleks0@gmail.com>2020-04-12 13:31:11 +0100
commitc56b682750e9f2a911a841e89e4e51b7d0608ab5 (patch)
treecaa79b5c9040c2a7c33598442e41539378e5fbd6 /src/data/path.cpp
parentccf98283025f9d5cc2083c87352993dce4545e71 (diff)
added support for parsing paths
Diffstat (limited to 'src/data/path.cpp')
-rw-r--r--src/data/path.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/data/path.cpp b/src/data/path.cpp
new file mode 100644
index 0000000..f213b22
--- /dev/null
+++ b/src/data/path.cpp
@@ -0,0 +1,6 @@
+#include "path.h"
+
+Path::Path(QObject *parent) : QObject(parent)
+{
+
+}