mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
f388a2c154
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
12 lines
424 B
Diff
12 lines
424 B
Diff
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
|