From 6b14a7f948439a4de3d37cac273f9eb30193fb43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Tue, 26 Feb 2019 22:16:58 +0100 Subject: [PATCH] Fixed cut&paste error --- src/map/mbtilesmap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/mbtilesmap.cpp b/src/map/mbtilesmap.cpp index 57edc649..525beb0d 100644 --- a/src/map/mbtilesmap.cpp +++ b/src/map/mbtilesmap.cpp @@ -147,7 +147,7 @@ MBTilesMap::MBTilesMap(const QString &fileName, QObject *parent) if (query.value(0).toString() == "pbf") _scalable = true; } else - qWarning("%s: missing map name", qPrintable(_fileName)); + qWarning("%s: missing tiles format", qPrintable(_fileName)); } {