From 7c539fd12f5decbfafbea5fa4c317e7c4d753691 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 8 Jul 2009 22:31:45 +0000 Subject: Fixed regression when refactoring the Information Panel: Don't forget to give a visual indication if the generation of the preview takes long. svn path=/trunk/KDE/kdebase/apps/; revision=993584 --- src/panels/information/informationpanelcontent.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/panels/information/informationpanelcontent.h') diff --git a/src/panels/information/informationpanelcontent.h b/src/panels/information/informationpanelcontent.h index 1277f31fa..11010572c 100644 --- a/src/panels/information/informationpanelcontent.h +++ b/src/panels/information/informationpanelcontent.h @@ -84,6 +84,12 @@ private slots: */ void showPreview(const KFileItem& item, const QPixmap& pixmap); + /** + * Marks the currently shown preview as outdated + * by greying the content. + */ + void markOutdatedPreview(); + void slotPlayingStarted(); void slotPlayingStopped(); -- cgit v1.3