From 9a1ec955d9ce339e6b89714488bb866ae43bb397 Mon Sep 17 00:00:00 2001 From: Arno Date: Sun, 30 May 2010 10:29:47 +0200 Subject: Implemented copying of movie data Added function to copy actors, covers, genre, dvd and quality to other parts of the same movie if movie has multiple files. --- pictureviewer.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pictureviewer.cpp') diff --git a/pictureviewer.cpp b/pictureviewer.cpp index a59b62d..915a280 100644 --- a/pictureviewer.cpp +++ b/pictureviewer.cpp @@ -83,6 +83,8 @@ void PictureViewer::showPic(const QString &path, bool enableDirEntries){ QPoint infoPoint = QPoint(center, 10); infoItem->setPos(infoPoint); mScene->addItem(infoItem); + + setWindowTitle(fi.fileName()); } void PictureViewer::next(){ -- cgit v1.2.3-70-g09d2