forked from qt-creator/qt-creator
VcsBase: Contruct CommonSettings on first access
Change-Id: Ifa425e2f1952017769accd855e33d1fa53b7b6c9 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -3,12 +3,11 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <coreplugin/dialogs/ioptionspage.h>
|
||||
#include <coreplugin/iversioncontrol.h>
|
||||
#include <utils/aspects.h>
|
||||
|
||||
namespace VcsBase::Internal {
|
||||
|
||||
class CommonVcsSettings : public Core::PagedSettings
|
||||
class CommonVcsSettings final : public Utils::AspectContainer
|
||||
{
|
||||
public:
|
||||
CommonVcsSettings();
|
||||
|
||||
Reference in New Issue
Block a user