diff options
| author | Frank Reininghaus <[email protected]> | 2013-12-29 09:50:17 +0100 |
|---|---|---|
| committer | Frank Reininghaus <[email protected]> | 2013-12-29 09:50:17 +0100 |
| commit | 4ddc3cfdde7a52f5880928f7cc8ee8896ded686d (patch) | |
| tree | 0fa9c1633e00ec713b463ebc3c4828a44c0dc193 /src/views/dolphinviewactionhandler.h | |
| parent | 9866e4826e7a9e7bc80a0fe6142662da52f75e84 (diff) | |
| parent | 280fa647f15faf8fdd415328d7ff1fd15c621fc9 (diff) | |
Merge remote-tracking branch 'origin/KDE/4.12'
Diffstat (limited to 'src/views/dolphinviewactionhandler.h')
| -rw-r--r-- | src/views/dolphinviewactionhandler.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/views/dolphinviewactionhandler.h b/src/views/dolphinviewactionhandler.h index edbe41b90..e80ffc0df 100644 --- a/src/views/dolphinviewactionhandler.h +++ b/src/views/dolphinviewactionhandler.h @@ -197,6 +197,11 @@ private Q_SLOTS: void slotHiddenFilesShownChanged(bool shown); /** + * Updates the state of the 'Create Folder...' action. + */ + void slotWriteStateChanged(bool isFolderWritable); + + /** * Opens the view properties dialog, which allows to modify the properties * of the currently active view. */ |
