[Marble-commits] KDE/kdeedu/marble/src
Jens-Michael Hoffmann
jensmh at gmx.de
Mon Apr 26 12:28:38 CEST 2010
SVN commit 1118968 by jmhoffmann:
MarblePart: use kDebug() instead of mDebug().
M +1 -2 marble_part.cpp
--- trunk/KDE/kdeedu/marble/src/marble_part.cpp #1118967:1118968
@@ -59,7 +59,6 @@
#include "GeoDataCoordinates.h"
#include "HttpDownloadManager.h"
#include "MarbleCacheSettingsWidget.h"
-#include "MarbleDebug.h"
#include "MarbleDirs.h"
#include "MarbleLocale.h"
#include "MarbleMap.h"
@@ -978,7 +977,7 @@
dialog->setAllowedTileLevelRange( 0, 18 );
QString const mapThemeId = m_controlView->marbleWidget()->mapThemeId();
QString const sourceDir = mapThemeId.left( mapThemeId.lastIndexOf( '/' ));
- mDebug() << "showDownloadRegionDialog mapThemeId:" << mapThemeId << sourceDir;
+ kDebug() << "showDownloadRegionDialog mapThemeId:" << mapThemeId << sourceDir;
if ( dialog->exec() == QDialog::Accepted ) {
// FIXME: use lazy evaluation to not generate up to 100k tiles in one go
More information about the Marble-commits
mailing list