diff options
| author | Felix Ernst <[email protected]> | 2022-04-24 02:34:43 +0200 |
|---|---|---|
| committer | Felix Ernst <[email protected]> | 2022-08-14 14:42:40 +0000 |
| commit | 402b4a5698f3d12d1848b298c38828d509abfd0d (patch) | |
| tree | 20ce1bccd0f1a92fcdeaef47c745f719b8840558 /src/selectionmode/actionwithwidget.cpp | |
| parent | 3b7c05b385dc56fbc0b9ffdd332f8d30e7624d0c (diff) | |
Keep working towards a reviewable state
- Various code improvements
- Smoother animations
- The bottom bar in General Mode only becomes visible if items are
currently selected
- Removed the selection mode action from the default toolbar since
it can already be toggled in various ways
- More documentation
- Some cleaning
Diffstat (limited to 'src/selectionmode/actionwithwidget.cpp')
| -rw-r--r-- | src/selectionmode/actionwithwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selectionmode/actionwithwidget.cpp b/src/selectionmode/actionwithwidget.cpp index 8e82a37bf..e9823af7c 100644 --- a/src/selectionmode/actionwithwidget.cpp +++ b/src/selectionmode/actionwithwidget.cpp @@ -1,6 +1,6 @@ /* This file is part of the KDE project - SPDX-FileCopyrightText: 2022 Felix Ernst <[email protected]> + SPDX-FileCopyrightText: 2022 Felix Ernst <[email protected]> SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL */ |
