fixed formatting

This commit is contained in:
Jeremy Borgman
2020-10-20 10:03:56 -05:00
parent 823ba6fc8b
commit dec8c63f14
2 changed files with 1 additions and 2 deletions

View File

@@ -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"

View File

@@ -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();