┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/dolphinview.h
diff options
context:
space:
mode:
authorNate Graham <[email protected]>2019-09-01 09:29:00 -0600
committerNate Graham <[email protected]>2019-09-10 07:09:33 -0600
commit7165ea7afdf150600025f9c8ec28dadfe0b28406 (patch)
tree387d987e0e7ad75e5c9f7ff413bf06abec7f1304 /src/views/dolphinview.h
parent4c9952683a7f977402353f1b9a3fd5271e51740e (diff)
Add Reset Zoom Level action inside View menu
Summary: FEATURE: 409591 FIXED-IN: 19.12.0 Test Plan: {F7096397} Reviewers: elvisangelaccio, shubham, #dolphin Reviewed By: elvisangelaccio, #dolphin Subscribers: broulik, cfeck, kfm-devel, kde-doc-english Tags: #dolphin, #documentation Differential Revision: https://phabricator.kde.org/D22444
Diffstat (limited to 'src/views/dolphinview.h')
-rw-r--r--src/views/dolphinview.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h
index a4da92f2d..ba38d3234 100644
--- a/src/views/dolphinview.h
+++ b/src/views/dolphinview.h
@@ -196,6 +196,11 @@ public:
void setZoomLevel(int level);
int zoomLevel() const;
+ /**
+ * Resets the view's icon size to the default value
+ */
+ void resetZoomLevel();
+
void setSortRole(const QByteArray& role);
QByteArray sortRole() const;