svn path=/trunk/KDE/kdebase/apps/; revision=993584
}
}
+void InformationPanelContent::markOutdatedPreview()
+{
+ KIconEffect iconEffect;
+ QPixmap disabledPixmap = iconEffect.apply(m_preview->pixmap(),
+ KIconLoader::Desktop,
+ KIconLoader::DisabledState);
+ m_preview->setPixmap(disabledPixmap);
+}
+
void InformationPanelContent::slotPlayingStarted()
{
m_preview->setVisible(m_phononWidget->mode() != PhononWidget::Video);
*/
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();