summaryrefslogtreecommitdiffstats
path: root/archiveview.cpp
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2014-12-07 22:40:10 +0100
committerArno <am@disconnect.de>2014-12-07 22:40:10 +0100
commit3adf6f859dd4d5df8e8fceacce74487814867e61 (patch)
tree5725a517b379ceeb30eda09fbe6a7405e5f6bbe8 /archiveview.cpp
parent51bc87ebc73b5777ad36e35ec20445b07a0d7639 (diff)
downloadSheMov-3adf6f859dd4d5df8e8fceacce74487814867e61.tar.gz
SheMov-3adf6f859dd4d5df8e8fceacce74487814867e61.tar.bz2
SheMov-3adf6f859dd4d5df8e8fceacce74487814867e61.zip
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!
Diffstat (limited to 'archiveview.cpp')
-rw-r--r--archiveview.cpp2
1 files changed, 0 insertions, 2 deletions
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<QVariant> &data){