aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/beautifier/generaloptionspage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/beautifier/generaloptionspage.h')
-rw-r--r--src/plugins/beautifier/generaloptionspage.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/plugins/beautifier/generaloptionspage.h b/src/plugins/beautifier/generaloptionspage.h
deleted file mode 100644
index 885a27cb199..00000000000
--- a/src/plugins/beautifier/generaloptionspage.h
+++ /dev/null
@@ -1,16 +0,0 @@
-// Copyright (C) 2016 Lorenz Haas
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
-
-#pragma once
-
-#include <coreplugin/dialogs/ioptionspage.h>
-
-namespace Beautifier::Internal {
-
-class GeneralOptionsPage final : public Core::IOptionsPage
-{
-public:
- explicit GeneralOptionsPage(const QStringList &toolIds);
-};
-
-} // Beautifier::Internal