diff options
Diffstat (limited to 'src/views/dolphinview.h')
| -rw-r--r-- | src/views/dolphinview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index f95572564..a9cf0ade4 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -617,6 +617,8 @@ private slots: void slotVisibleRolesChangedByHeader(const QList<QByteArray>& current, const QList<QByteArray>& previous); + void slotRoleEditingFinished(int index, const QByteArray& role, const QVariant& value); + /** * Observes the item with the URL \a url. As soon as the directory * model indicates that the item is available, the item will |
