diff options
| author | Peter Penz <[email protected]> | 2007-05-03 05:52:54 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-05-03 05:52:54 +0000 |
| commit | 7b286a5463e208990f7ee1d1e28b7bb062b7a409 (patch) | |
| tree | f631c81789b9ec5a5a9ce36332eb7aa48a0c3a04 /src/infosidebarpage.h | |
| parent | 0bdc4821e4d3f426711185516347e1ae0ad88943 (diff) | |
let the information sidebar react on selection changes
svn path=/trunk/KDE/kdebase/apps/; revision=660580
Diffstat (limited to 'src/infosidebarpage.h')
| -rw-r--r-- | src/infosidebarpage.h | 5 |
1 files changed, 3 insertions, 2 deletions
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; |
