From 58c2f07d63ac1b74953fb438709a7f2589ad97e0 Mon Sep 17 00:00:00 2001 From: olf Date: Mon, 11 Mar 2024 22:20:57 +0100 Subject: [PATCH] [FlowPlayer.cpp] Improve style as suggested by @dcaliste --- src/FlowPlayer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FlowPlayer.cpp b/src/FlowPlayer.cpp index 72948e0..dfb80e5 100644 --- a/src/FlowPlayer.cpp +++ b/src/FlowPlayer.cpp @@ -115,7 +115,7 @@ int main(int argc, char *argv[]) // ensure the media cache dir is created const QString mediaCacheDir = QStandardPaths::writableLocation(QStandardPaths::CacheLocation) + "/media-art"; - QDir().mkpath( mediaCacheDir ); + QDir().mkpath(mediaCacheDir); QScopedPointer window(SailfishApp::createView()); window->setTitle("FlowPlayer");