diff options
| author | Méven Car <[email protected]> | 2023-08-28 14:39:00 +0200 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2023-08-29 07:18:51 +0000 |
| commit | 079f903bc8691866b4aa3c3e41204a47e735c062 (patch) | |
| tree | 7d61e0e86d2a4e91e64f360efd01424fab8f3e8b /src/dolphinpart.h | |
| parent | a55bba67bc47cc0a51ce2c5b160a69166459355a (diff) | |
Fix a bunch of clazy warnings
Diffstat (limited to 'src/dolphinpart.h')
| -rw-r--r-- | src/dolphinpart.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinpart.h b/src/dolphinpart.h index 94f83d0ef..af0acb171 100644 --- a/src/dolphinpart.h +++ b/src/dolphinpart.h @@ -29,7 +29,7 @@ class DolphinPart : public KParts::ReadOnlyPart // Used by konqueror. Technically it means "we want undo enabled if // there are things in the undo history and the current part is a dolphin part". // Even though it's konqueror doing the undo... - Q_PROPERTY(bool supportsUndo READ supportsUndo) + Q_PROPERTY(bool supportsUndo READ supportsUndo CONSTANT) Q_PROPERTY(QString currentViewMode READ currentViewMode WRITE setCurrentViewMode) |
