summaryrefslogtreecommitdiffstats
path: root/qthelper.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-16 20:30:06 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-16 20:30:06 -0700
commitd9b39efeb7998392524ff2197683aef50246c6ab (patch)
tree6426b44663bb5e5012c40f5300f3db7615503af8 /qthelper.cpp
parentccc9d800153ad11d8a2b54dc75fe8aefb5650dd3 (diff)
downloadsubsurface-d9b39efeb7998392524ff2197683aef50246c6ab.tar.gz
Fix silly typo
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qthelper.cpp')
-rw-r--r--qthelper.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/qthelper.cpp b/qthelper.cpp
index 20e4e2c1a..a707ac5b5 100644
--- a/qthelper.cpp
+++ b/qthelper.cpp
@@ -1073,3 +1073,8 @@ extern "C" void subsurface_mkdir(const char *dir)
if (!directory.mkpath(QString(dir)))
qDebug() << "failed to create path" << dir;
}
+
+extern "C" void parse_display_units(char *line)
+{
+ qDebug() << line;
+}