summaryrefslogtreecommitdiff
path: root/Source/Core/Common/FileUtil.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2021-01-13 04:33:01 -0500
committerLioncash <mathew1800@gmail.com>2021-01-13 05:07:32 -0500
commit892154f7eadfa1d7807b8d07c3a864b7d1aba127 (patch)
treeee17d29313c7771601fe56d5933305389836d68b /Source/Core/Common/FileUtil.cpp
parent46ca371ef3b6cfa8e31dcae2f9298a91b1fdc31e (diff)
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.
Diffstat (limited to 'Source/Core/Common/FileUtil.cpp')
0 files changed, 0 insertions, 0 deletions