forked from qt-creator/qt-creator
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:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user