Skip to content

Commit f615050

Browse files
committed
Save the Shotcut version into XML.
1 parent ba92f37 commit f615050

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mltcontroller.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,7 @@ void Controller::saveXML(const QString& filename, Service* service)
386386
c.set("store", "shotcut");
387387
c.set("no_root", 1);
388388
c.set("root", QFileInfo(filename).absolutePath().toUtf8().constData());
389+
c.set("title", QString("Shotcut version ").append(SHOTCUT_VERSION).toUtf8().constData());
389390
c.connect(s);
390391
c.start();
391392
if (ignore)

0 commit comments

Comments
 (0)