Fix a crash with MSVC debug builds.
authorHannah von Reth <vonreth@kde.org>
Sat, 11 Jun 2016 15:30:08 +0000 (17:30 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Mon, 5 Sep 2016 19:44:08 +0000 (21:44 +0200)
commit991142d7dfd2e36f0b30089a223aafda3d9b4409
treeb3cb235e4823b8761e59caa8cd4df117624ce51e
parent0ac7d74296835deb853a39f4804ca7583374751a
Fix a crash with MSVC debug builds.

When staticMetaObject.className() was called before qApp->exec(),
the application crashed. This happend only in debug builds.

Resolves GH-213.
src/common/syncableobject.h