D19347: Event Views: Fix compile with Qt 5.13 and QT_DISABLE_DEPRECATED_BEFORE=0x060000
Jonathan Marten
noreply at phabricator.kde.org
Tue Feb 26 14:33:31 GMT 2019
marten created this revision.
marten added a reviewer: KDE PIM.
Herald added a project: KDE PIM.
Herald added a subscriber: kde-pim.
marten requested review of this revision.
REVISION SUMMARY
In this Qt version, obsolete functions and variables are now actually hidden in the header files if that compile definition is used.
QLayout::setMargin() -> setContentsMargins()
QPalette::Background -> QPalette::Window
TEST PLAN
Builds and runs correctly with Qt version 5.13.0.
REPOSITORY
R76 PIM: Event Views
REVISION DETAIL
https://phabricator.kde.org/D19347
AFFECTED FILES
src/agenda/agendaview.cpp
src/agenda/timelabels.cpp
src/agenda/timelabelszone.cpp
src/journal/journalframe.cpp
src/journal/journalview.cpp
src/list/listview.cpp
src/month/monthview.cpp
src/multiagenda/multiagendaview.cpp
src/todo/todoview.cpp
src/whatsnext/whatsnextview.cpp
To: marten, #kde_pim
Cc: kde-pim, dvasin, rodsevich, winterz, vkrause, mlaurent, knauss, dvratil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-pim/attachments/20190226/89189434/attachment.html>
More information about the kde-pim
mailing list