summaryrefslogtreecommitdiff
path: root/src/problemsdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/problemsdialog.cpp')
-rw-r--r--src/problemsdialog.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/problemsdialog.cpp b/src/problemsdialog.cpp
index f6b23a10..3a82a0cf 100644
--- a/src/problemsdialog.cpp
+++ b/src/problemsdialog.cpp
@@ -56,7 +56,6 @@ void ProblemsDialog::runDiagnosis()
m_hasProblems = true;
if (diagnose->hasGuidedFix(key)) {
- newItem->setText(1, tr("Fix"));
QPushButton* fixButton = new QPushButton(tr("Fix"));
fixButton->setProperty("fix",
QVariant::fromValue(reinterpret_cast<void*>(diagnose)));