chore: Update plugin to QtCreator 15.0.1

* fix: Additional check qtc version
* build: Upgrade plugin to QtC 15.0.1
* chore: Upgrade plugin version to 0.4.8
This commit is contained in:
Petr Mironychev
2025-01-24 13:29:44 +01:00
committed by GitHub
parent 4e45774bce
commit b8e578d2d7
5 changed files with 17 additions and 4 deletions

View File

@ -155,7 +155,9 @@ private:
void handleUpdateCheckResult(const PluginUpdater::UpdateInfo &info)
{
if (!info.isUpdateAvailable)
if (!info.isUpdateAvailable
|| QVersionNumber::fromString(info.currentIdeVersion)
> QVersionNumber::fromString(info.targetIdeVersion))
return;
if (m_statusWidget)