summaryrefslogtreecommitdiffstats
path: root/src/dialog.cpp
diff options
context:
space:
mode:
authorSimon Rettberg2014-05-05 14:10:56 +0200
committerSimon Rettberg2014-05-05 14:10:56 +0200
commit9cb78ede183571984e8b47ac912f7121fb83c975 (patch)
treed81e91a521d67b20be452d9fc987461588b65d7e /src/dialog.cpp
parentREFRESH!!!! (diff)
downloadvmchooser2-9cb78ede183571984e8b47ac912f7121fb83c975.tar.gz
vmchooser2-9cb78ede183571984e8b47ac912f7121fb83c975.tar.xz
vmchooser2-9cb78ede183571984e8b47ac912f7121fb83c975.zip
Fix layout, give proper name to bug report button, disable button as long as it's not doing anything, add --fullscreen option
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() {