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 | |
| parent | 625599462a8ec82f0e43267d333b3ed74a4401bf (diff) | |
Removed unused imports to QUuid,quuid
BUG: 197009
| -rw-r--r-- | src/dolphintabpage.cpp | 1 | ||||
| -rw-r--r-- | src/dolphintabpage.h | 2 | ||||
| -rw-r--r-- | src/dolphintabwidget.cpp | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/src/dolphintabpage.cpp b/src/dolphintabpage.cpp index 4a061e3ec..a01e1e1a8 100644 --- a/src/dolphintabpage.cpp +++ b/src/dolphintabpage.cpp @@ -13,7 +13,6 @@ #include <QGridLayout> #include <QStyle> #include <QVariantAnimation> -#include <quuid.h> DolphinTabPage::DolphinTabPage(const QUrl &primaryUrl, const QUrl &secondaryUrl, QWidget *parent) : QWidget(parent) diff --git a/src/dolphintabpage.h b/src/dolphintabpage.h index 5dafcd5dc..b48cd9beb 100644 --- a/src/dolphintabpage.h +++ b/src/dolphintabpage.h @@ -13,9 +13,7 @@ #include <QPointer> #include <QSplitter> #include <QUrl> -#include <QUuid> #include <QWidget> -#include <quuid.h> class DolphinNavigatorsWidgetAction; class DolphinViewContainer; 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()) { |
