From 7b286a5463e208990f7ee1d1e28b7bb062b7a409 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 3 May 2007 05:52:54 +0000 Subject: let the information sidebar react on selection changes svn path=/trunk/KDE/kdebase/apps/; revision=660580 --- src/infosidebarpage.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/infosidebarpage.h') diff --git a/src/infosidebarpage.h b/src/infosidebarpage.h index 640feb6a3..8d84512e9 100644 --- a/src/infosidebarpage.h +++ b/src/infosidebarpage.h @@ -90,13 +90,13 @@ private slots: * Is invoked if no preview is available for the item. In this * case the icon will be shown. */ - void slotPreviewFailed(const KFileItem& item); + void showIcon(const KFileItem& item); /** * Is invoked if a preview is available for the item. The preview * \a pixmap is shown inside the info page. */ - void gotPreview(const KFileItem& item, const QPixmap& pixmap); + void showPreview(const KFileItem& item, const QPixmap& pixmap); private: /** @@ -124,6 +124,7 @@ private: */ bool showMetaInfo(const QString& key) const; +private: bool m_multipleSelection; bool m_pendingPreview; QTimer* m_timer; -- cgit v1.3