NOISSUE add disgnostic print to MultiMC destructor
This commit is contained in:
parent
d6ab4b4a7f
commit
71b129538b
@ -817,6 +817,7 @@ void MultiMC::showFatalErrorMessage(const QString& title, const QString& content
|
||||
MultiMC::~MultiMC()
|
||||
{
|
||||
#if defined Q_OS_WIN32
|
||||
qDebug() << "In destructor!";
|
||||
if(consoleAttached)
|
||||
{
|
||||
const char * endline = "\n";
|
||||
|
Loading…
Reference in New Issue
Block a user