[Marble-commits] branches/KDE/4.5/kdeedu/marble/src/lib/blendings
Jens-Michael Hoffmann
jensmh at gmx.de
Thu Jun 3 14:32:35 CEST 2010
SVN commit 1134098 by jmhoffmann:
Coding style: break too long line.
Backport of commit 1129533.
M +2 -1 BlendingAlgorithms.cpp
--- branches/KDE/4.5/kdeedu/marble/src/lib/blendings/BlendingAlgorithms.cpp #1134097:1134098
@@ -24,7 +24,8 @@
namespace Marble
{
-void IndependentChannelBlending::blend( QImage * const bottom, QSharedPointer<TextureTile> const & top ) const
+void IndependentChannelBlending::blend( QImage * const bottom,
+ QSharedPointer<TextureTile> const & top ) const
{
QImage const * const topImage = top->image();
Q_ASSERT( topImage );
More information about the Marble-commits
mailing list