diff options
Diffstat (limited to 'utils/alsoft-config/verstr.h')
-rw-r--r-- | utils/alsoft-config/verstr.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/utils/alsoft-config/verstr.h b/utils/alsoft-config/verstr.h index a97f0895..73e3ecbd 100644 --- a/utils/alsoft-config/verstr.h +++ b/utils/alsoft-config/verstr.h @@ -1,6 +1,8 @@ #ifndef VERSTR_H #define VERSTR_H -const char *GetVersionString(); +#include <QString> + +QString GetVersionString(); #endif /* VERSTR_H */ |