diff options
| author | ambar chakravartty <[email protected]> | 2025-01-27 16:57:26 +0530 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2025-02-06 14:32:35 +0000 |
| commit | 9cde51e14a25cef7237cb9178fe1538eef8d59c2 (patch) | |
| tree | 7b02c5b7e7be2b10b60eef5aad026a47d5c72b5d /src/dolphintabwidget.cpp | |
| parent | 625599462a8ec82f0e43267d333b3ed74a4401bf (diff) | |
Removed unused imports to QUuid,quuid
BUG: 197009
Diffstat (limited to 'src/dolphintabwidget.cpp')
| -rw-r--r-- | src/dolphintabwidget.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dolphintabwidget.cpp b/src/dolphintabwidget.cpp index 41b2a3eb9..1723f6505 100644 --- a/src/dolphintabwidget.cpp +++ b/src/dolphintabwidget.cpp @@ -524,7 +524,6 @@ QString DolphinTabWidget::tabName(DolphinTabPage *tabPage) const if (!tabPage) { return QString(); } - // clang-format off QString name; if (tabPage->splitViewEnabled()) { |
