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