diff options
| author | Frank Reininghaus <[email protected]> | 2013-10-16 22:37:50 +0200 |
|---|---|---|
| committer | Frank Reininghaus <[email protected]> | 2013-10-16 22:39:47 +0200 |
| commit | 77fd0e771ac2e173438c98abc1725d1818b4b868 (patch) | |
| tree | 1891ea70c0d634aaae5bc431a06ba575ea63b9d7 /src/views/dolphinview.h | |
| parent | 011299eb6ee8397f9d716e2196801b748c511adb (diff) | |
Abort loading the current URL if the user presses Escape
BUG: 323181
FIXED-IN: 4.12.0
REVIEW: 113234
Diffstat (limited to 'src/views/dolphinview.h')
| -rw-r--r-- | src/views/dolphinview.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index 86bc5c159..a6f969bc1 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -217,7 +217,6 @@ public: QList<QByteArray> visibleRoles() const; void reload(); - void stopLoading(); /** * Refreshes the view to get synchronized with the settings (e.g. icons size, @@ -369,6 +368,8 @@ public slots: */ void pasteIntoFolder(); + void stopLoading(); + /** Activates the view if the item list container gets focus. */ virtual bool eventFilter(QObject* watched, QEvent* event); |
