From dec8c63f14cbb7f5105c980d017a630c3dcc56ba Mon Sep 17 00:00:00 2001 From: Jeremy Borgman Date: Tue, 20 Oct 2020 10:03:56 -0500 Subject: [PATCH] fixed formatting --- src/tools/toolfactory.cpp | 2 +- src/utils/confighandler.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/tools/toolfactory.cpp b/src/tools/toolfactory.cpp index 16829055..6ca311e5 100644 --- a/src/tools/toolfactory.cpp +++ b/src/tools/toolfactory.cpp @@ -21,8 +21,8 @@ #include "circlecount/circlecounttool.h" #include "copy/copytool.h" #include "exit/exittool.h" -#include "launcher/applaunchertool.h" #include "imgur/imguruploadertool.h" +#include "launcher/applaunchertool.h" #include "line/linetool.h" #include "marker/markertool.h" #include "move/movetool.h" diff --git a/src/utils/confighandler.cpp b/src/utils/confighandler.cpp index 1ea661d7..c2681d73 100644 --- a/src/utils/confighandler.cpp +++ b/src/utils/confighandler.cpp @@ -452,7 +452,6 @@ void ConfigHandler::setCopyPathAfterSaveEnabled(const bool value) m_settings.setValue(QStringLiteral("copyPathAfterSave"), value); } - QString ConfigHandler::saveAfterCopyPathValue() { return m_settings.value(QStringLiteral("saveAfterCopyPath")).toString();