juzzlin / Heimer

Heimer is a simple cross-platform mind map, diagram, and note-taking tool written in Qt.
GNU General Public License v3.0
887 stars 112 forks source link

Version checker: changed QRegExp to QRegularExpression #219

Closed DzianCPP closed 1 year ago

DzianCPP commented 1 year ago

Refactored parseLatestReleasedVersion(); so that is used QRegularExpression instead of not supported QRegExp in Qt6.

DzianCPP commented 1 year ago

Got it, will re-do the things.