Commit 2be6554d authored by matthew coleman's avatar matthew coleman

QGCUASFileManager - not not defined for windows compiler. not replaced with not a not.

parent 920d5e70
......@@ -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()));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment