aboutsummaryrefslogtreecommitdiff
path: root/src-qt5
diff options
context:
space:
mode:
authorq5sys <jt@xsystems.com>2017-10-23 17:14:24 -0400
committerq5sys <jt@xsystems.com>2017-10-23 17:14:24 -0400
commit13e92da7516fed2eb08599924c76b06f5bd8af58 (patch)
treeed04ac03f6a39c5260b76b2865df4a2c6935f00a /src-qt5
parentAdded preliminary code to disable video thumbnails with settings (diff)
downloadlumina-13e92da7516fed2eb08599924c76b06f5bd8af58.tar.gz
lumina-13e92da7516fed2eb08599924c76b06f5bd8af58.tar.bz2
lumina-13e92da7516fed2eb08599924c76b06f5bd8af58.zip
remove unneeded whitespace
Diffstat (limited to 'src-qt5')
-rw-r--r--src-qt5/desktop-utils/lumina-xdg-entry/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/desktop-utils/lumina-xdg-entry/mainwindow.cpp b/src-qt5/desktop-utils/lumina-xdg-entry/mainwindow.cpp
index 7b34935e..1ad6edcd 100644
--- a/src-qt5/desktop-utils/lumina-xdg-entry/mainwindow.cpp
+++ b/src-qt5/desktop-utils/lumina-xdg-entry/mainwindow.cpp
@@ -1,7 +1,7 @@
//===========================================
// Copyright (c) 2017, q5sys (JT)
// Available under the MIT license
-// See the LICENSE file for full details
+// See the LICENSE file for full details
//===========================================
#include "mainwindow.h"
bgstack15