config/configwindow.cpp

changeset 67
c34057d3c94e
parent 66
c68545f1aecb
--- a/config/configwindow.cpp	Sun Nov 28 23:53:23 2021 +0200
+++ b/config/configwindow.cpp	Mon Dec 06 00:29:47 2021 +0200
@@ -202,7 +202,7 @@
 
 ZandronumVersion VersionGuiEntry::toNonGuiVersion() const
 {
-	return {m_name, m_pathItem->text(), m_isRelease};
+	return ZandronumVersion{m_name, m_pathItem->text(), m_isRelease};
 }
 
 //
@@ -327,4 +327,4 @@
 	{
 		reject();
 	}
-}
\ No newline at end of file
+}

mercurial