From 9dc455d17a89f82a496fdd71530b9c92e9fe7c20 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 21 Jul 2020 20:22:52 +0200 Subject: Fix use of deprecated Qt API --- src/jalv_qt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/jalv_qt.cpp b/src/jalv_qt.cpp index 8a07c7b..bf211f0 100644 --- a/src/jalv_qt.cpp +++ b/src/jalv_qt.cpp @@ -155,7 +155,7 @@ FlowLayout::takeAt(int index) Qt::Orientations FlowLayout::expandingDirections() const { - return 0; + return Qt::Orientations(); } bool -- cgit v1.2.1