From 651eee13e278425eaba62727631498fe57563e1a Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Fri, 12 Mar 2021 15:29:53 +0100 Subject: [PATCH] lint --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 681c3a0dc..92232e3bc 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -391,7 +391,7 @@ int main(int argc, char* argv[]) { // Set the name of the app desktop file as per the freedesktop specifications // This is needed on Wayland for the main window to show the correct icon #if QT_VERSION >= QT_VERSION_CHECK(5, 7, 0) - QGuiApplication::setDesktopFileName("clementine"); + QGuiApplication::setDesktopFileName("clementine"); #endif // Resources