diff options
| author | Peter Penz <[email protected]> | 2008-06-07 12:32:03 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-06-07 12:32:03 +0000 |
| commit | 4a91b1c563145ad75776890cdd113d429202e0e2 (patch) | |
| tree | e1e488356b6795eed75aae4b2816e9ad9262c303 /src/infosidebarpage.h | |
| parent | 2848f1fb5a0e265150bc11c1e7e3ae5d50057007 (diff) | |
Request item information when the current directory has been (re-) entered. This e. g. occurs if a media has been unmounted and remounted again.
svn path=/trunk/KDE/kdebase/apps/; revision=818013
Diffstat (limited to 'src/infosidebarpage.h')
| -rw-r--r-- | src/infosidebarpage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/infosidebarpage.h b/src/infosidebarpage.h index b6575751b..b15a01814 100644 --- a/src/infosidebarpage.h +++ b/src/infosidebarpage.h @@ -109,6 +109,7 @@ private slots: void slotFilesAdded(const QString& directory); void slotFilesChanged(const QStringList& files); void slotFilesRemoved(const QStringList& files); + void slotEnteredDirectory(const QString& directory); void slotLeftDirectory(const QString& directory); private: |
