Code refactoring - change code style to the new clang-format rules
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
#include "imgur/imguruploadertool.h"
|
||||
#include "s3/imgs3uploader.h"
|
||||
#include "s3/imgs3uploadertool.h"
|
||||
#include "src/tools/storage/s3/imgs3settings.h"
|
||||
#include "src/tools/capturetool.h"
|
||||
#include "src/tools/storage/s3/imgs3settings.h"
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
@@ -22,7 +22,8 @@ CaptureTool* StorageManager::imgUploaderTool(const QString& imgUploaderType,
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
const QString& StorageManager::storageUrl(const QString& imgUploaderType) {
|
||||
const QString& StorageManager::storageUrl(const QString& imgUploaderType)
|
||||
{
|
||||
if (imgUploaderType == SCREENSHOT_STORAGE_TYPE_S3) {
|
||||
ImgS3Settings s3Settings;
|
||||
m_qstr = s3Settings.url();
|
||||
|
||||
Reference in New Issue
Block a user