Skip to content

Commit

Permalink
bugfix release build
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Nov 9, 2022
1 parent 8e1f346 commit 097ac50
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,10 @@
#include "databases.hpp"

using Orm::Constants::ID;
using Orm::Constants::QMYSQL;
using Orm::Constants::TZ00;
using Orm::Constants::UTC;

// Copy the preprocessor condition for the Q_ASSERT()
#if defined(QT_NO_DEBUG) && !defined(QT_FORCE_ASSERTS)
#else
using Orm::Constants::QMYSQL;
#endif

using Orm::DB;
using Orm::QtTimeZoneConfig;
using Orm::QtTimeZoneType;
Expand Down

0 comments on commit 097ac50

Please sign in to comment.