[Marble-commits] branches/KDE/4.5/kdeedu/marble/src/lib
Torsten Rahn
tackat at kde.org
Tue Aug 17 13:31:01 CEST 2010
SVN commit 1164647 by rahn:
Quick fix ...
M +1 -1 MarbleModel.cpp
--- branches/KDE/4.5/kdeedu/marble/src/lib/MarbleModel.cpp #1164646:1164647
@@ -232,7 +232,7 @@
this, SIGNAL( renderPluginInitialized( RenderPlugin * ) ) );
d->m_timer = new QTimer( this );
- d->m_timer->start( 200 );
+ d->m_timer->start( 1500 );
connect( d->m_timer, SIGNAL( timeout() ),
this, SIGNAL( timeout() ) );
More information about the Marble-commits
mailing list