From 48d47faa4b517a5a26ab386c2fc4561f6261ca9e Mon Sep 17 00:00:00 2001 From: hjk Date: Tue, 6 Feb 2024 16:05:34 +0100 Subject: Vcs: Rename VcsBasePluginPrivate to VersionControlBase The classes derived from this had a dual role of implementing the version control interface (IVersionControl) and as the plugin pimpls. The name was focusing on the latter, but plugin pimpls are being phased out in the new 'setupFoo()' world, so only the version control interface part remains. Change-Id: I60396f1729c736bc6c9e4fca250a5926e9d60f51 Reviewed-by: Orgad Shaneh --- src/plugins/vcsbase/wizard/vcscommandpage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/vcsbase/wizard/vcscommandpage.cpp') diff --git a/src/plugins/vcsbase/wizard/vcscommandpage.cpp b/src/plugins/vcsbase/wizard/vcscommandpage.cpp index 0877e3ffbe..c24cdfce0e 100644 --- a/src/plugins/vcsbase/wizard/vcscommandpage.cpp +++ b/src/plugins/vcsbase/wizard/vcscommandpage.cpp @@ -260,7 +260,7 @@ void VcsCommandPage::delayedInitialize() QTC_ASSERT(wiz, return); const QString vcsId = wiz->expander()->expand(m_vcsId); - VcsBasePluginPrivate *vc = static_cast( + VersionControlBase *vc = static_cast( VcsManager::versionControl(Id::fromString(vcsId))); if (!vc) { qWarning() << Tr::tr("\"%1\" (%2) not found.") -- cgit v1.2.3