diff options
| author | Laurent Montel <[email protected]> | 2021-10-25 13:34:22 +0200 |
|---|---|---|
| committer | Laurent Montel <[email protected]> | 2021-10-25 13:34:22 +0200 |
| commit | 3f76d92402a9ef982a3da082bec50523e90e8f80 (patch) | |
| tree | d3de1430977b46705a0f3dd46edc6a6b3a1d8ffa /src/kitemviews/kstandarditem.h | |
| parent | b497dc9cbd1236790b5267710f5fb8370253d005 (diff) | |
GIT_SILENT: add missing override keyword
Diffstat (limited to 'src/kitemviews/kstandarditem.h')
| -rw-r--r-- | src/kitemviews/kstandarditem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kitemviews/kstandarditem.h b/src/kitemviews/kstandarditem.h index 265483d50..fb64b334d 100644 --- a/src/kitemviews/kstandarditem.h +++ b/src/kitemviews/kstandarditem.h @@ -31,7 +31,7 @@ public: explicit KStandardItem(KStandardItem* parent = nullptr); explicit KStandardItem(const QString& text, KStandardItem* parent = nullptr); KStandardItem(const QString& icon, const QString& text, KStandardItem* parent = nullptr); - virtual ~KStandardItem(); + ~KStandardItem() override; /** * Sets the text for the "text"-role. |
