diff options
Diffstat (limited to 'src/views/dolphinview.h')
| -rw-r--r-- | src/views/dolphinview.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index 7c077d292..4a400ce2a 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -497,6 +497,11 @@ Q_SIGNALS: void itemActivated(const KFileItem &item); /** + * request the property dialog + */ + void requestPropertyDialog(); + + /** * Is emitted when clicking on a file with the middle mouse button. * @note: This will not be emitted for folders or file archives that will/can be opened like folders. */ |
