From 8b1c2e4877384a46809a5476fbb9181f29746c6a Mon Sep 17 00:00:00 2001 From: Hugo Van Ruyskensvelde Date: Thu, 6 Apr 2023 17:19:47 +0200 Subject: [PATCH] Switch MET_10/MET_11 --- core/formmovie.cpp | 4 ++-- core/formmovie.ui | 28 ++-------------------------- video/rssvideo.cpp | 1 + 3 files changed, 5 insertions(+), 28 deletions(-) diff --git a/core/formmovie.cpp b/core/formmovie.cpp index c6269db..f411a3c 100755 --- a/core/formmovie.cpp +++ b/core/formmovie.cpp @@ -279,7 +279,7 @@ void FormMovie::on_btnCreateXML_clicked() tag = doc.createElement("rss"); root.appendChild(tag); - t = doc.createTextNode("0"); + t = doc.createTextNode("1"); tag.appendChild(t); } @@ -292,7 +292,7 @@ void FormMovie::on_btnCreateXML_clicked() tag = doc.createElement("rss"); root.appendChild(tag); - t = doc.createTextNode("1"); + t = doc.createTextNode("0"); tag.appendChild(t); } diff --git a/core/formmovie.ui b/core/formmovie.ui index 6636390..d4bbb73 100755 --- a/core/formmovie.ui +++ b/core/formmovie.ui @@ -12,7 +12,6 @@ - 50 false @@ -33,7 +32,6 @@ 8 - 75 true @@ -89,7 +87,6 @@ 8 - 75 false true @@ -105,7 +102,6 @@ 9 - 75 false true @@ -135,7 +131,6 @@ 10 - 75 false true @@ -153,7 +148,6 @@ 9 - 75 false true @@ -190,7 +184,6 @@ 9 - 75 false true @@ -217,7 +210,6 @@ 9 - 75 false true @@ -241,7 +233,6 @@ 9 - 75 false true @@ -337,7 +328,6 @@ 9 - 75 false true @@ -389,7 +379,6 @@ - 75 true @@ -479,7 +468,6 @@ - 75 true @@ -643,7 +631,6 @@ - 75 true @@ -659,7 +646,6 @@ - 75 true @@ -672,7 +658,6 @@ - 75 true @@ -685,7 +670,6 @@ - 75 true @@ -715,7 +699,6 @@ - 75 true @@ -728,12 +711,11 @@ - 75 true - : E1B-GEO-5 + : E1B-GEO-3 @@ -741,12 +723,11 @@ - 75 true - : E1B-GEO-3 + : E1B-GEO-5 @@ -774,7 +755,6 @@ - 75 true @@ -1011,7 +991,6 @@ - 75 true @@ -1025,7 +1004,6 @@ - 50 false @@ -1103,7 +1081,6 @@ - 75 true @@ -1481,7 +1458,6 @@ - 50 false diff --git a/video/rssvideo.cpp b/video/rssvideo.cpp index 976c9fc..c0f7fae 100755 --- a/video/rssvideo.cpp +++ b/video/rssvideo.cpp @@ -49,6 +49,7 @@ void RSSVideo::sendMessages(QString txt) QByteArray ba = txt.toLocal8Bit(); this->udpSocket->writeDatagram(ba, QHostAddress::LocalHost, 7755); + qDebug() << txt; }