Browse Source

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

QGC4.4
matthew coleman 10 years ago
parent
commit
2be6554d26
  1. 2
      src/uas/QGCUASFileManager.cc

2
src/uas/QGCUASFileManager.cc

@ -482,7 +482,7 @@ void QGCUASFileManager::uploadPath(const QString& toPath, const QFileInfo& uploa @@ -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()));
}

Loading…
Cancel
Save