added debug logs and code to assert that we are in the gui thread
This commit is contained in:
@@ -9,6 +9,7 @@ namespace singletons {
|
||||
UpdateManager::UpdateManager()
|
||||
: currentVersion(CHATTERINO_VERSION)
|
||||
{
|
||||
qDebug() << "init UpdateManager";
|
||||
}
|
||||
|
||||
UpdateManager &UpdateManager::getInstance()
|
||||
|
||||
Reference in New Issue
Block a user