Fix ifdef
This commit is contained in:
+1
-1
@@ -278,7 +278,7 @@ void MainWindow::copyOrMove(bool copy)
|
|||||||
|
|
||||||
if(progress.wasCanceled())
|
if(progress.wasCanceled())
|
||||||
break;
|
break;
|
||||||
#ifndef __linux__
|
#ifdef __linux__
|
||||||
if(copy)
|
if(copy)
|
||||||
{
|
{
|
||||||
srcFile.open(QIODevice::ReadOnly);
|
srcFile.open(QIODevice::ReadOnly);
|
||||||
|
|||||||
Reference in New Issue
Block a user