olive-0.1.2-FlowLayout.patch 424 B

12345678910111213
  1. diff --unified --recursive --text olive-0.1.2-orig/ui/flowlayout.cpp olive-0.1.2-new/ui/flowlayout.cpp
  2. --- olive-0.1.2-orig/ui/flowlayout.cpp 2019-11-11 03:05:02.000000000 -0300
  3. +++ olive-0.1.2-new/ui/flowlayout.cpp 2020-06-23 18:29:57.338203268 -0300
  4. @@ -114,7 +114,7 @@
  5. Qt::Orientations FlowLayout::expandingDirections() const
  6. {
  7. - return 0;
  8. + return { };
  9. }
  10. bool FlowLayout::hasHeightForWidth() const