From cc69b7bc2d82e31419766ae74ddf00e97ff1d22e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Du=C5=A1an=20Poizl?= Date: Mon, 25 Apr 2022 08:09:29 +0200 Subject: [PATCH] Fix ifdef --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index c8d2815..7483585 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -278,7 +278,7 @@ void MainWindow::copyOrMove(bool copy) if(progress.wasCanceled()) break; -#ifndef __linux__ +#ifdef __linux__ if(copy) { srcFile.open(QIODevice::ReadOnly);