summaryrefslogtreecommitdiffstats
path: root/logic/OpSys.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/OpSys.h')
-rw-r--r--logic/OpSys.h1
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