https://bugs.kde.org/show_bug.cgi?id=393222
Mauro Carvalho Chehab <mchehab+sams...@kernel.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://commits.kde.org/kaf | |feine/06b78c5f24891fd38d25e | |d64f5029106eec7c4fb --- Comment #8 from Mauro Carvalho Chehab <mchehab+sams...@kernel.org> --- Git commit 06b78c5f24891fd38d25ed64f5029106eec7c4fb by Mauro Carvalho Chehab, on behalf of Fabian Vogt. Committed on 16/05/2018 at 19:39. Pushed by mauroc into branch 'master'. Fix breakages with qt5.11-rc2 On Qt5.11, there was a change at the way qPrintable() works. There, the var using it should be already a QString() type, not allowing implicit conversions. With that, some usages of qPrintable() are invalid for qt5.11, as the vars to be printed are either enums or integers. Signed-off-by: Mauro Carvalho Chehab <mchehab+sams...@kernel.org> M +2 -2 src/backend-vlc/vlcmediawidget.cpp M +1 -1 src/dvb/dvbdevice_linux.cpp M +1 -1 src/dvb/dvbrecording.cpp M +4 -4 src/sqlinterface.cpp https://commits.kde.org/kaffeine/06b78c5f24891fd38d25ed64f5029106eec7c4fb -- You are receiving this mail because: You are watching all bug changes.