summaryrefslogtreecommitdiff
path: root/x11/kdelibs4/files/patch-kfile-kfileplacesmodel.h
blob: ba6853976ab305b80a18c95cf0a0f81f0a47ffa5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- ../kfile/kfileplacesmodel.h	2008/08/15 10:29:57	847375
+++ ../kfile/kfileplacesmodel.h	2008/08/15 10:30:45	847376
@@ -60,7 +60,9 @@
     KBookmark bookmarkForIndex(const QModelIndex &index) const;
 
     QAction *teardownActionForIndex(const QModelIndex &index) const;
+    QAction *ejectActionForIndex(const QModelIndex &index) const;
     void requestTeardown(const QModelIndex &index);
+    void requestEject(const QModelIndex &index);
     void requestSetup(const QModelIndex &index);
 
     void addPlace(const QString &text, const KUrl &url, const QString &iconName = QString(), const QString &appName = QString());