mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-03-27 18:39:41 +00:00
Code refactoring - change code style to the new clang-format rules
This commit is contained in:
@@ -17,7 +17,8 @@
|
||||
|
||||
#include "capturecontext.h"
|
||||
|
||||
QPixmap CaptureContext::selectedScreenshotArea() const {
|
||||
QPixmap CaptureContext::selectedScreenshotArea() const
|
||||
{
|
||||
if (selection.isNull()) {
|
||||
return screenshot;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user