diff options
Diffstat (limited to 'logic/OpSys.h')
-rw-r--r-- | logic/OpSys.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/logic/OpSys.h b/logic/OpSys.h index c68c437a..aaa2eb65 100644 --- a/logic/OpSys.h +++ b/logic/OpSys.h @@ -9,6 +9,7 @@ enum OpSys }; OpSys OpSys_fromString(QString); +QString OpSys_toString(OpSys); #ifdef Q_OS_WIN32 #define currentSystem Os_Windows |