Skip to content

Commit

Permalink
[FlowPlayer.cpp] Improve style as suggested by @dcaliste
Browse files Browse the repository at this point in the history
  • Loading branch information
Olf0 authored Mar 11, 2024
1 parent fce86cd commit 58c2f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FlowPlayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<QQuickView> window(SailfishApp::createView());
window->setTitle("FlowPlayer");
Expand Down

0 comments on commit 58c2f07

Please sign in to comment.