summaryrefslogtreecommitdiff
path: root/ProductKey.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ProductKey.cpp')
-rwxr-xr-xProductKey.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/ProductKey.cpp b/ProductKey.cpp
index 054de2a..5c8c51e 100755
--- a/ProductKey.cpp
+++ b/ProductKey.cpp
@@ -47,7 +47,11 @@ bool ProductKey::parseKey(QString orgkey)
bool ProductKey::isUltimate() const
{
+#ifdef ULTRACOPIER_VERSION_ULTIMATE
+ return true;
+#else
return ultimate;
+#endif
}
void ProductKey::on_buttonBox_accepted()