From 86e62fcee47de93412f1f704071a44621616811d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Thu, 27 Jun 2019 15:59:32 -0300 Subject: [PATCH] GeoTagController: Remove empty string in initialization list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- src/AnalyzeView/GeoTagController.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/AnalyzeView/GeoTagController.cc b/src/AnalyzeView/GeoTagController.cc index c2e36ef7e..6d34b517d 100644 --- a/src/AnalyzeView/GeoTagController.cc +++ b/src/AnalyzeView/GeoTagController.cc @@ -135,9 +135,6 @@ void GeoTagController::_setErrorMessage(const QString& error) GeoTagWorker::GeoTagWorker() : _cancel(false) - , _logFile("") - , _imageDirectory("") - , _saveDirectory("") { } -- 2.22.0