diff options
| author | Petr Mrázek <peterix@gmail.com> | 2017-07-05 19:09:14 +0200 |
|---|---|---|
| committer | Petr Mrázek <peterix@gmail.com> | 2017-07-05 19:09:14 +0200 |
| commit | 71b129538be60615e69442a69e6737e0f346f7ab (patch) | |
| tree | 1d2ef409ba08e05cc6b41553f0aa3a847e1ecf9e | |
| parent | d6ab4b4a7fa9451963406911477316a1bc2c1cae (diff) | |
| download | PrismLauncher-71b129538be60615e69442a69e6737e0f346f7ab.tar.gz PrismLauncher-71b129538be60615e69442a69e6737e0f346f7ab.tar.bz2 PrismLauncher-71b129538be60615e69442a69e6737e0f346f7ab.zip | |
NOISSUE add disgnostic print to MultiMC destructor
| -rw-r--r-- | application/MultiMC.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/MultiMC.cpp b/application/MultiMC.cpp index 232380c4..e94038ea 100644 --- a/application/MultiMC.cpp +++ b/application/MultiMC.cpp @@ -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"; |
