NOISSUE add disgnostic print to MultiMC destructor
This commit is contained in:
parent
d6ab4b4a7f
commit
71b129538b
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue