dolphin/Source/Core/DolphinQt/QtUtils
Lioncash 892154f7ea DolphinQt: Resolve deprecated usage of margin()
This function has been marked as obsolete. In Qt 6.0 it's removed
entirely, so we must use getContentsMargin() explicitly instead
(margin() would do this for us).

Ditto for setMargin(), in which case we use setContentsMargin instead.
setMargin() would just pass its argument to all four parameters of
setContentsMargin(), so we can do the same.
2021-01-13 05:07:32 -05:00
..
AspectRatioWidget.cpp
AspectRatioWidget.h
BlockUserInputFilter.cpp
BlockUserInputFilter.h
DoubleClickEventFilter.cpp
DoubleClickEventFilter.h
ElidedButton.cpp DolphinQt: Remove some useless includes 2021-01-05 15:24:13 +01:00
ElidedButton.h
FileOpenEventFilter.cpp
FileOpenEventFilter.h
FlowLayout.cpp DolphinQt: Resolve deprecated usage of margin() 2021-01-13 05:07:32 -05:00
FlowLayout.h
ImageConverter.cpp
ImageConverter.h
ModalMessageBox.cpp
ModalMessageBox.h
ParallelProgressDialog.h
QueueOnObject.h
RunOnObject.h
SignalDaemon.cpp
SignalDaemon.h
UTF8CodePointCountValidator.cpp Fix -Wsign-compare warnings 2020-11-21 02:08:09 +01:00
UTF8CodePointCountValidator.h Fix -Wsign-compare warnings 2020-11-21 02:08:09 +01:00
WindowActivationEventFilter.cpp
WindowActivationEventFilter.h
WinIconHelper.cpp
WinIconHelper.h
WrapInScrollArea.cpp DolphinQt: Resolve deprecated usage of margin() 2021-01-13 05:07:32 -05:00
WrapInScrollArea.h