From 2be6554d26d78bf175c89b04527ee7d27a493d07 Mon Sep 17 00:00:00 2001 From: matthew coleman Date: Tue, 5 May 2015 18:01:50 +0200 Subject: [PATCH] QGCUASFileManager - not not defined for windows compiler. not replaced with not a not. --- src/uas/QGCUASFileManager.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uas/QGCUASFileManager.cc b/src/uas/QGCUASFileManager.cc index 512a3c032..5e309f003 100644 --- a/src/uas/QGCUASFileManager.cc +++ b/src/uas/QGCUASFileManager.cc @@ -482,7 +482,7 @@ void QGCUASFileManager::uploadPath(const QString& toPath, const QFileInfo& uploa return; } - if(not uploadFile.isReadable()){ + if(!uploadFile.isReadable()){ _emitErrorMessage(tr("File (%1) is not readable for upload").arg(uploadFile.path())); } -- 2.22.0