diff -r e679dd5cd159 -r c68545f1aecb config/configwindow.cpp --- a/config/configwindow.cpp Sun Nov 28 23:47:55 2021 +0200 +++ b/config/configwindow.cpp Sun Nov 28 23:53:23 2021 +0200 @@ -202,7 +202,7 @@ ZandronumVersion VersionGuiEntry::toNonGuiVersion() const { - return ZandronumVersion (m_name, m_isRelease, m_pathItem->text()); + return {m_name, m_pathItem->text(), m_isRelease}; } //