Fix ifdef

This commit is contained in:
2022-04-25 08:09:29 +02:00
parent 42b619641a
commit cc69b7bc2d
+1 -1
View File
@@ -278,7 +278,7 @@ void MainWindow::copyOrMove(bool copy)
if(progress.wasCanceled())
break;
#ifndef __linux__
#ifdef __linux__
if(copy)
{
srcFile.open(QIODevice::ReadOnly);