diff options
| author | Peter Penz <[email protected]> | 2012-06-02 15:45:40 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2012-06-02 15:47:17 +0200 |
| commit | a2674f5184c1c6fbcf1f8bbb8099761888f5880d (patch) | |
| tree | 434e91121f79f380c1b7a12f016ef94fb3fed747 /src/dolphinviewcontainer.h | |
| parent | 12215d6f0f7768fc943347a349d9817844e0528a (diff) | |
Provide a default name when adding a search query to the places panel
BUG: 300430
FIXED-IN: 4.9.0
Diffstat (limited to 'src/dolphinviewcontainer.h')
| -rw-r--r-- | src/dolphinviewcontainer.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index f0a0960d2..59d73ec6c 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -117,6 +117,12 @@ public: void setSearchModeEnabled(bool enabled); bool isSearchModeEnabled() const; + /** + * @return Text that should be used for the current URL when creating + * a new place. + */ + QString placesText() const; + public slots: /** * Sets the current active URL, where all actions are applied. The |
