summaryrefslogtreecommitdiffstats
path: root/core/qthelper.h
diff options
context:
space:
mode:
authorGravatar Miika Turkia <miika.turkia@gmail.com>2017-05-07 09:41:27 +0300
committerGravatar Miika Turkia <miika.turkia@gmail.com>2017-05-07 09:41:27 +0300
commitab1813a4454cbe639e99eaee7cd1115bfed1cf8f (patch)
tree68dce25edb02c9539887ef0ce544da8ca5fa315e /core/qthelper.h
parent0d36b6e4e8305699f35ee57ceae5a2a00f429195 (diff)
downloadsubsurface-ab1813a4454cbe639e99eaee7cd1115bfed1cf8f.tar.gz
Move intdup to qthelper
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Diffstat (limited to 'core/qthelper.h')
-rw-r--r--core/qthelper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/qthelper.h b/core/qthelper.h
index 9788bb55d..a85294963 100644
--- a/core/qthelper.h
+++ b/core/qthelper.h
@@ -46,5 +46,6 @@ extern "C" enum deco_mode decoMode();
extern "C" void subsurface_mkdir(const char *dir);
void init_proxy();
QString getUUID();
+char *intdup(int index);
#endif // QTHELPER_H