Explorar o código

Unbreak Auto-update. Only broke in pre 1.2.1.

Will not be a problem for non-ninjas/employees.
Tobias Hieta %!s(int64=8) %!d(string=hai) anos
pai
achega
7e4404ddc0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/system/UpdaterComponent.cpp

+ 1 - 1
src/system/UpdaterComponent.cpp

@@ -35,7 +35,7 @@ UpdaterComponent::UpdaterComponent(QObject* parent) :
   m_file = nullptr;
   m_manifest = nullptr;
 
-#ifdef NDEBUG
+#ifndef NDEBUG
   m_enabled = false;
 #endif