Browse Source

GeoTagController: Remove empty string in initialization list

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
QGC4.4
Patrick José Pereira 6 years ago
parent
commit
86e62fcee4
  1. 3
      src/AnalyzeView/GeoTagController.cc

3
src/AnalyzeView/GeoTagController.cc

@ -135,9 +135,6 @@ void GeoTagController::_setErrorMessage(const QString& error)
GeoTagWorker::GeoTagWorker() GeoTagWorker::GeoTagWorker()
: _cancel(false) : _cancel(false)
, _logFile("")
, _imageDirectory("")
, _saveDirectory("")
{ {
} }

Loading…
Cancel
Save