┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/tests/draganddrophelpertest.cpp
diff options
context:
space:
mode:
authorElvis Angelaccio <[email protected]>2020-10-14 23:46:40 +0200
committerElvis Angelaccio <[email protected]>2020-10-15 01:22:00 +0200
commitde6933617868df265f4a6534c764d8b9f7a0825c (patch)
treebcf19f0a88173fbb17474922293e70bce951133c /src/tests/draganddrophelpertest.cpp
parenta403df91b7a4f794f95604a28a56644d4c06ab58 (diff)
Port to non-deprecated QLabel::pixmap()
Quoting from: https://github.com/qt/qtbase/commit/714409b23ce5ec33e56adce5ba1966aad67c3b34 ``` The QLabel changes to the pixmap/picture getters provide the following migration path: QPixmap *ppix = l->pixmap(); // up to 5.15, warns in 5.15 QPixmap pval = l->pixmap(Qt::ReturnByValue); // new in 5.15, works in 6 QPixmap pixmap = l->pixmap(); // from Qt 6 on ``` Since we can't require 5.15 yet in dolphin, the port is done only when building with Qt >= 5.15
Diffstat (limited to 'src/tests/draganddrophelpertest.cpp')
0 files changed, 0 insertions, 0 deletions