diff options
Diffstat (limited to 'core/qthelper.h')
-rw-r--r-- | core/qthelper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/qthelper.h b/core/qthelper.h index 74d2af396..978493e1c 100644 --- a/core/qthelper.h +++ b/core/qthelper.h @@ -54,9 +54,9 @@ void init_proxy(); QString getUUID(); QStringList imageExtensionFilters(); char *intdup(int index); +char *copy_qstring(const QString &); __printf(1, 2) QString asprintf_loc(const char *cformat, ...); __printf(1, 0) QString vasprintf_loc(const char *cformat, va_list ap); - #endif // 3) Functions visible to C and C++ |