Skip to content

v3.0.7a

Pre-release
Pre-release
Compare
Choose a tag to compare
@itay-grudev itay-grudev released this 23 Apr 11:45
· 266 commits to master since this release
  • Fixed compilation error with Mingw32 in MXE thanks to Vitaly Tonkacheyev.
  • Removed QMutex used for thread safe behaviour. The implementation now uses
    QCoreApplication::instance() to get an instance to SingleApplication for
    memory deallocation.