aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-07-21 20:22:52 +0200
committerDavid Robillard <d@drobilla.net>2020-07-21 20:22:52 +0200
commit9dc455d17a89f82a496fdd71530b9c92e9fe7c20 (patch)
tree6ae4852ab8754b047f88f6d67350fedaa122c7e0 /src
parent6da33cad56e48f2fae5d1f18556c813145478ac5 (diff)
downloadjalv-9dc455d17a89f82a496fdd71530b9c92e9fe7c20.tar.gz
jalv-9dc455d17a89f82a496fdd71530b9c92e9fe7c20.tar.bz2
jalv-9dc455d17a89f82a496fdd71530b9c92e9fe7c20.zip
Fix use of deprecated Qt API
Diffstat (limited to 'src')
-rw-r--r--src/jalv_qt.cpp2
1 files changed, 1 insertions, 1 deletions
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