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