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 DolphinQt: Replace QStringLiteral with alternatives where applicable 2019-07-30 09:06:03 -04:00
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 UI: Allow to specify modality of ready ModalMessageBoxes 2019-11-16 19:51:00 +01:00
ModalMessageBox.h UI: Allow to specify modality of ready ModalMessageBoxes 2019-11-16 19:51:00 +01:00
ParallelProgressDialog.h Qt/QtUtils: Fix accidental recursion in ParallelProgressDialog 2020-10-19 12:39:10 +02:00
QueueOnObject.h
RunOnObject.h Replace usage of std::result_of with std::invoke_result 2020-06-01 17:33:18 -04:00
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