Commit 86e62fce authored by Patrick José Pereira's avatar Patrick José Pereira

GeoTagController: Remove empty string in initialization list

Signed-off-by: 's avatarPatrick José Pereira <patrickelectric@gmail.com>
parent aaf2ee25
...@@ -135,9 +135,6 @@ void GeoTagController::_setErrorMessage(const QString& error) ...@@ -135,9 +135,6 @@ void GeoTagController::_setErrorMessage(const QString& error)
GeoTagWorker::GeoTagWorker() GeoTagWorker::GeoTagWorker()
: _cancel(false) : _cancel(false)
, _logFile("")
, _imageDirectory("")
, _saveDirectory("")
{ {
} }
......
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