Provide minimal settings to work with

Change-Id: I73d09612ac2bb66c4f359ecfffc01650d56359ee
Reviewed-by: David Schulz <david.schulz@qt.io>
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Stenger
2022-12-12 16:45:31 +01:00
parent 5a468556d7
commit ffc9eff670
9 changed files with 346 additions and 168 deletions

View File

@@ -1,20 +1,5 @@
/****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
** For any questions to The Qt Company, please use contact form at http://www.qt.io/contact-us
**
** This file is part of the Qt Enterprise Axivion Add-on.
**
** Licensees holding valid Qt Enterprise licenses may use this file in
** accordance with the Qt Enterprise License Agreement provided with the
** Software or, alternatively, in accordance with the terms contained in
** a written agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
** contact form at http://www.qt.io/contact-us
**
****************************************************************************/
// Copyright (C) 2022 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial
#include "axivionplugin.h"
@@ -22,13 +7,13 @@
#include "axivionsettings.h"
#include "axivionsettingspage.h"
#include <coreplugin/icore.h>
#include <extensionsystem/pluginmanager.h>
#ifdef LICENSECHECKER
# include <licensechecker/licensecheckerplugin.h>
#endif
#include <extensionsystem/pluginmanager.h>
namespace Axivion::Internal {
class AxivionPluginPrivate
@@ -58,6 +43,7 @@ bool AxivionPlugin::initialize(const QStringList &arguments, QString *errorMessa
#endif // LICENSECHECKER
d = new AxivionPluginPrivate;
d->axivionSettings.fromSettings(Core::ICore::settings());
return true;
}