summaryrefslogtreecommitdiffstats
path: root/qthelper.cpp
diff options
context:
space:
mode:
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;
+}