From 3adf6f859dd4d5df8e8fceacce74487814867e61 Mon Sep 17 00:00:00 2001 From: Arno Date: Sun, 7 Dec 2014 22:40:10 +0100 Subject: Major revamp of the file Manager Nothing is async any more. Didn't work, anyway. Instead show a QProgressDialog when gathering data. Was kinda surprising that processEvents has to be called explicitly... Well, done! --- archiveview.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'archiveview.cpp') diff --git a/archiveview.cpp b/archiveview.cpp index 95fc7aa..adff0f0 100644 --- a/archiveview.cpp +++ b/archiveview.cpp @@ -776,8 +776,6 @@ MetadataEditorWidget::MetadataEditorWidget(QWidget *parent) : QWidget(parent){ mainLayout->addWidget(srcGB); mainLayout->addWidget(commentGB); setLayout(mainLayout); - - connect(this, SIGNAL(oldSelected(QString)), this, SLOT(setOld(QString))); } void MetadataEditorWidget::setMetadata(const QList &data){ -- cgit v1.2.3-70-g09d2