Turned import progress dialog back on

This commit is contained in:
Mark Watkins 2014-05-03 18:52:44 +10:00
parent a6dbdf3d15
commit 58bc7ef2ef

View File

@ -501,7 +501,7 @@ void MainWindow::on_action_Import_Data_triggered()
QLabel label(tr("Please wait, SleepyHead is importing data..."));
layout.addWidget(&label,1);
layout.addWidget(qprogress,1);
//dlg.show();
dlg.show();
for (int i = 0; i < importFrom.size(); i++) {
QString dir = importFrom[i];