From a15f25b07ad442890bb9a75a7ef7f43cf5ab2ef4 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 31 Aug 2019 22:28:26 -0700 Subject: Return a QString from GetVersionString --- utils/alsoft-config/verstr.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'utils/alsoft-config/verstr.h') 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 GetVersionString(); #endif /* VERSTR_H */ -- cgit v1.2.3