Signed-off-by: Haris Gušić <harisgusic.dev@gmail.com>
This commit is contained in:
Haris Gušić
2021-08-02 15:00:27 +02:00
committed by GitHub
parent 5d1a636e85
commit 2608d1ecc0
4 changed files with 6 additions and 6 deletions

View File

@@ -80,7 +80,7 @@ CaptureTool* ToolFactory::CreateTool(CaptureToolButton::ButtonType t,
case CaptureToolButton::TYPE_REDO:
tool = new RedoTool(parent);
break;
#if not defined(Q_OS_MACOS)
#if !defined(Q_OS_MACOS)
case CaptureToolButton::TYPE_OPEN_APP:
tool = new AppLauncher(parent);
break;