Macros: Merge macrooptionswidget.{h,cpp} into macrooptionspage.cpp

Change-Id: I4493d781a503dde252ae6ad4d705e378b5b0ed51
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2023-05-31 17:37:30 +02:00
parent 00f427f68e
commit 5fb623fc14
6 changed files with 186 additions and 233 deletions

View File

@@ -5,8 +5,7 @@
#include <coreplugin/dialogs/ioptionspage.h>
namespace Macros {
namespace Internal {
namespace Macros::Internal {
class MacroOptionsPage final : public Core::IOptionsPage
{
@@ -14,5 +13,4 @@ public:
MacroOptionsPage();
};
} // namespace Internal
} // namespace Macros
} // Macros::Internal