diff options
Diffstat (limited to 'core/qthelper.h')
-rw-r--r-- | core/qthelper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/qthelper.h b/core/qthelper.h index 64a57798d..a2decd527 100644 --- a/core/qthelper.h +++ b/core/qthelper.h @@ -42,6 +42,7 @@ QByteArray getCurrentAppState(); void setCurrentAppState(const QByteArray &state); void init_proxy(); QString getUUID(); +extern const QStringList videoExtensionsList; QStringList imageExtensionFilters(); char *intdup(int index); char *copy_qstring(const QString &); |