diff options
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 09413ba55..8ff1c59e0 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -497,6 +497,8 @@ private: QAction *m_authorizeToEnterFolderAction; /// An action to create new folder in case user enters a nonexistent URL in the location bar. QAction *m_createFolderAction; + /// An action to open the url as file instead of as directory. Lazily initialized. + QAction *m_openAsFile = nullptr; KMessageWidget *m_messageWidget; |
