summaryrefslogtreecommitdiffstats
path: root/src/dialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dialog.cpp')
-rw-r--r--src/dialog.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dialog.cpp b/src/dialog.cpp
index 6d42491..be8d976 100644
--- a/src/dialog.cpp
+++ b/src/dialog.cpp
@@ -53,6 +53,9 @@ Dialog::Dialog(QWidget *parent)
this, SLOT(treeView_selectionChanged(const QModelIndex&, const QModelIndex&)));
this->onTabButtonChanged(2);
+
+ // TODO: Implement bug report dialog :)
+ ui->buttonBugReport->setEnabled(false);
}
Dialog::~Dialog() {