diff options
| author | Weng Xuetian <[email protected]> | 2012-12-29 12:49:51 -0500 |
|---|---|---|
| committer | Weng Xuetian <[email protected]> | 2012-12-29 12:49:51 -0500 |
| commit | 2af331b42c0514f4fdf848d0cc22f02717f7bec0 (patch) | |
| tree | 4cab675c2d464ae5c4ef55a69d340fdffe692a53 /src/dolphinviewcontainer.h | |
| parent | 73af993dbf58880b3453b0fc94a02e1c6fc48d1e (diff) | |
Automatically set url location bar to non-editable when focus out
BUG: 157593
REVIEW: 107748
Diffstat (limited to 'src/dolphinviewcontainer.h')
| -rw-r--r-- | src/dolphinviewcontainer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index e2d1b1875..bc58531a2 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -282,6 +282,8 @@ private slots: void slotHistoryChanged(); + void slotReturnPressed(); + /** * Gets the search URL from the searchbox and starts searching. */ |
