[Marble-commits] KDE/kdeedu/marble/src/lib
Jens-Michael Hoffmann
jensmh at gmx.de
Thu Jan 28 19:26:33 CET 2010
SVN commit 1081555 by jmhoffmann:
TextureTile: Remove unused signal tileUpdateDone.
M +0 -1 TextureTile.h
M +0 -3 TileLoader.cpp
--- trunk/KDE/kdeedu/marble/src/lib/TextureTile.h #1081554:1081555
@@ -72,7 +72,6 @@
uint pixelF( qreal x, qreal y, const QRgb& pixel ) const;
Q_SIGNALS:
- void tileUpdateDone();
void downloadTile(const QUrl& sourceUrl, const QString& destinationFileName,
const QString& id, DownloadUsage );
--- trunk/KDE/kdeedu/marble/src/lib/TileLoader.cpp #1081554:1081555
@@ -249,9 +249,6 @@
connect( tile, SIGNAL( downloadTile( QUrl, QString, QString, DownloadUsage ) ),
d->m_downloadManager, SLOT( addJob( QUrl, QString, QString, DownloadUsage ) ) );
}
- connect( tile, SIGNAL( tileUpdateDone() ),
- this, SIGNAL( tileUpdateAvailable() ) );
-
tile->loadDataset( texture, &d->m_tileCache );
// TODO should emit signal rather than directly calling paintTile
More information about the Marble-commits
mailing list