From a24c3b1d36be8a881e91f0ef49c422e1954b9410 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sun, 5 Aug 2018 14:25:43 +0200 Subject: [PATCH] Fix GUI build --- gui/mainwindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/gui/mainwindow.cpp b/gui/mainwindow.cpp index 0b44c7984..cd92766ef 100644 --- a/gui/mainwindow.cpp +++ b/gui/mainwindow.cpp @@ -896,7 +896,6 @@ Settings MainWindow::getCppcheckSettings() result.addEnabled("missingInclude"); if (!result.buildDir.empty()) result.addEnabled("unusedFunction"); - result.debug = false; result.debugwarnings = mSettings->value(SETTINGS_SHOW_DEBUG_WARNINGS, false).toBool(); result.quiet = false; result.verbose = true;