diff options
| author | Peter Penz <[email protected]> | 2008-01-25 19:14:12 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-01-25 19:14:12 +0000 |
| commit | 22fcc2c4c5c337a2d0ba387f1d6ac5d38428cd2f (patch) | |
| tree | f078a09891f6c0da2e47325b3ff28c2bee4c362d /src/dolphincontextmenu.h | |
| parent | 73ed3078a45646b99b896620e74149ca0c093400 (diff) | |
don't add a place having an empty name
BUG: 156375
svn path=/trunk/KDE/kdebase/apps/; revision=766406
Diffstat (limited to 'src/dolphincontextmenu.h')
| -rw-r--r-- | src/dolphincontextmenu.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dolphincontextmenu.h b/src/dolphincontextmenu.h index c90999252..a7cd9c01d 100644 --- a/src/dolphincontextmenu.h +++ b/src/dolphincontextmenu.h @@ -103,6 +103,11 @@ private: */ void addShowMenubarAction(KMenu* menu); + /** + * Returns a name for adding the URL \a url to the Places panel. + */ + QString placesName(const KUrl& url) const; + private: struct Entry { |
