From 92b3c2dcff3e85ad3d455f6ab845d9a97d3b525b Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Mon, 7 Dec 2020 12:22:15 +0200 Subject: Rewrite meson build scripts into cmakelists --- src/util.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/util.cpp') diff --git a/src/util.cpp b/src/util.cpp index 3dc5f8d..f18b682 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -16,8 +16,7 @@ const QStringList Util::files(const QString &location, const QStringList &nameFilters) { - if(location.isEmpty()) - return QStringList(); + if(location.isEmpty()) return QStringList(); QStringList filelist; -- cgit v1.2.1