Beautifier: Base AbstractSettings on Utils::AspectContainer

Plan is to eliminate AbstractSettings as much as possible and
use Aspect functionality instead.

Change-Id: Idb71fb4df0893ffa4713b0182c21725f0c71089e
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
hjk
2023-05-10 17:15:48 +02:00
parent 7dd27301ab
commit cfbdee3a3b

View File

@@ -3,6 +3,7 @@
#pragma once #pragma once
#include <utils/aspects.h>
#include <utils/filepath.h> #include <utils/filepath.h>
#include <QCoreApplication> #include <QCoreApplication>
@@ -28,7 +29,7 @@ namespace Beautifier::Internal {
class VersionUpdater; class VersionUpdater;
class AbstractSettings : public QObject class AbstractSettings : public Utils::AspectContainer
{ {
Q_OBJECT Q_OBJECT