src/config.cpp

changeset 19
c9b6dd9dd4cd
parent 15
3d3e5f0fc4cc
child 20
a5457405cc9b
--- a/src/config.cpp	Sun Aug 11 14:04:03 2013 +0300
+++ b/src/config.cpp	Sun Aug 11 16:08:13 2013 +0300
@@ -51,12 +51,10 @@
 ConfigBox::ConfigBox (QWidget* parent, Qt::WindowFlags f) : QDialog (parent, f) {
 	ui = new Ui_ConfigBox;
 	ui->setupUi (this);
-	ui->updateProgress->hide();
-	ui->updateLabel->hide();
-
+	
 	initVersions();
 	initFromSettings();
-
+	
 	connect (ui->wad_add, SIGNAL (clicked()), this, SLOT (addPath()));
 	connect (ui->wad_pathEntry, SIGNAL (returnPressed()), this, SLOT (addPath()));
 	connect (ui->wad_findPath, SIGNAL (clicked()), this, SLOT (findPath()));

mercurial