added debug logs and code to assert that we are in the gui thread
This commit is contained in:
@@ -17,6 +17,11 @@ using namespace chatterino::providers::twitch;
|
||||
namespace chatterino {
|
||||
namespace singletons {
|
||||
|
||||
CommandManager::CommandManager()
|
||||
{
|
||||
qDebug() << "init CommandManager";
|
||||
}
|
||||
|
||||
CommandManager &CommandManager::getInstance()
|
||||
{
|
||||
static CommandManager instance;
|
||||
|
||||
Reference in New Issue
Block a user