diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-06-16 20:30:06 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-16 20:30:06 -0700 |
commit | d9b39efeb7998392524ff2197683aef50246c6ab (patch) | |
tree | 6426b44663bb5e5012c40f5300f3db7615503af8 /qthelper.cpp | |
parent | ccc9d800153ad11d8a2b54dc75fe8aefb5650dd3 (diff) | |
download | subsurface-d9b39efeb7998392524ff2197683aef50246c6ab.tar.gz |
Fix silly typo
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qthelper.cpp')
-rw-r--r-- | qthelper.cpp | 5 |
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; +} |