diff options
Diffstat (limited to 'src/views/dolphinviewactionhandler.h')
| -rw-r--r-- | src/views/dolphinviewactionhandler.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/views/dolphinviewactionhandler.h b/src/views/dolphinviewactionhandler.h index 647c6390c..ff72d9530 100644 --- a/src/views/dolphinviewactionhandler.h +++ b/src/views/dolphinviewactionhandler.h @@ -151,7 +151,7 @@ private Q_SLOTS: /** * Updates the state of the 'Sort by' actions. */ - void slotSortingChanged(DolphinView::Sorting sorting); + void slotSortRoleChanged(const QByteArray& role); /** * Updates the state of the 'Zoom In' and 'Zoom Out' actions. @@ -172,8 +172,8 @@ private Q_SLOTS: /** * Updates the state of the 'Additional Information' actions. */ - void slotAdditionalInfoListChanged(const QList<DolphinView::AdditionalInfo>& current, - const QList<DolphinView::AdditionalInfo>& previous); + void slotVisibleRolesChanged(const QList<QByteArray>& current, + const QList<QByteArray>& previous); /** * Switches between sorting by groups or not. |
