mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-07-18 13:04:28 -04:00
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:
@ -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)
|
||||
|
Reference in New Issue
Block a user