[kaffeine] [Bug 393222] kaffeine-2.0.14: build error: no matching function for call to ‘asString(DvbTransponderBase::TransmissionType)

2018-05-16 Thread Mauro Carvalho Chehab
https://bugs.kde.org/show_bug.cgi?id=393222 Mauro Carvalho Chehab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[kaffeine] [Bug 393222] kaffeine-2.0.14: build error: no matching function for call to ‘asString(DvbTransponderBase::TransmissionType)

2018-05-16 Thread Fabian Vogt
https://bugs.kde.org/show_bug.cgi?id=393222 --- Comment #7 from Fabian Vogt --- Created attachment 112692 --> https://bugs.kde.org/attachment.cgi?id=112692&action=edit Fix use of qPrintable It was not - it didn't even touch the code in the posted build log ;-) I attached a patch which fixes a

[kaffeine] [Bug 393222] kaffeine-2.0.14: build error: no matching function for call to ‘asString(DvbTransponderBase::TransmissionType)

2018-05-16 Thread Mauro Carvalho Chehab
https://bugs.kde.org/show_bug.cgi?id=393222 --- Comment #6 from Mauro Carvalho Chehab --- Created attachment 112690 --> https://bugs.kde.org/attachment.cgi?id=112690&action=edit replace qPrintable() by a macro used only at Kaffeine v2 (In reply to Fabian Vogt from comment #5) > (In reply to Ma

[kaffeine] [Bug 393222] kaffeine-2.0.14: build error: no matching function for call to ‘asString(DvbTransponderBase::TransmissionType)

2018-05-16 Thread Fabian Vogt
https://bugs.kde.org/show_bug.cgi?id=393222 --- Comment #5 from Fabian Vogt --- (In reply to Mauro Carvalho Chehab from comment #4) > Created attachment 112687 [details] > replace qPrintable() by a macro used only at Kaffeine > > Based on the comments at: https://bugreports.qt.io/browse/QTBUG-68

[kaffeine] [Bug 393222] kaffeine-2.0.14: build error: no matching function for call to ‘asString(DvbTransponderBase::TransmissionType)

2018-05-16 Thread Mauro Carvalho Chehab
https://bugs.kde.org/show_bug.cgi?id=393222 --- Comment #4 from Mauro Carvalho Chehab --- Created attachment 112687 --> https://bugs.kde.org/attachment.cgi?id=112687&action=edit replace qPrintable() by a macro used only at Kaffeine Based on the comments at: https://bugreports.qt.io/browse/QTBU

[kaffeine] [Bug 393222] kaffeine-2.0.14: build error: no matching function for call to ‘asString(DvbTransponderBase::TransmissionType)

2018-05-16 Thread Fabian Vogt
https://bugs.kde.org/show_bug.cgi?id=393222 Fabian Vogt changed: What|Removed |Added CC||fab...@ritter-vogt.de --- Comment #3 from Fabian

[kaffeine] [Bug 393222] kaffeine-2.0.14: build error: no matching function for call to ‘asString(DvbTransponderBase::TransmissionType)

2018-05-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=393222 andreas.sturmlech...@gmail.com changed: What|Removed |Added See Also||https://bugreports.qt.io/br

[kaffeine] [Bug 393222] kaffeine-2.0.14: build error: no matching function for call to ‘asString(DvbTransponderBase::TransmissionType)

2018-05-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=393222 andreas.sturmlech...@gmail.com changed: What|Removed |Added Latest Commit||https://bugreports.qt.io/br

[kaffeine] [Bug 393222] kaffeine-2.0.14: build error: no matching function for call to ‘asString(DvbTransponderBase::TransmissionType)

2018-05-16 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=393222 Antonio Rojas changed: What|Removed |Added CC||aro...@archlinux.org --- Comment #2 from Antoni

[kaffeine] [Bug 393222] kaffeine-2.0.14: build error: no matching function for call to ‘asString(DvbTransponderBase::TransmissionType)

2018-05-02 Thread Mauro Carvalho Chehab
https://bugs.kde.org/show_bug.cgi?id=393222 Mauro Carvalho Chehab changed: What|Removed |Added Version|unspecified |2.0.14 -- You are receiving this mail

[kaffeine] [Bug 393222] kaffeine-2.0.14: build error: no matching function for call to ‘asString(DvbTransponderBase::TransmissionType)

2018-04-17 Thread Mauro Carvalho Chehab
https://bugs.kde.org/show_bug.cgi?id=393222 --- Comment #1 from Mauro Carvalho Chehab --- Hmm... the line in question is this one: qCWarning(logDev, "Unknown transmission type %s", qPrintable(transponder.getTransmissionType())); With sounds OK on my eyes, as qPrintable is a valid statement: ht