diff options
author | Anders Bakken <anders.bakken@nokia.com> | 2009-03-30 15:30:23 (GMT) |
---|---|---|
committer | Anders Bakken <anders.bakken@nokia.com> | 2009-03-30 15:32:48 (GMT) |
commit | a9ffdee9c0e8ba092bb20759300157c1e45bc407 (patch) | |
tree | b05730dba0e6730f4607c22ff17b413e9feae5e7 /src/plugins/gfxdrivers/directfb/qdirectfbscreen.cpp | |
parent | 51a59f48f5b92e1c55dae5da0ffa9fbb492abc6b (diff) | |
download | Qt-a9ffdee9c0e8ba092bb20759300157c1e45bc407.zip Qt-a9ffdee9c0e8ba092bb20759300157c1e45bc407.tar.gz Qt-a9ffdee9c0e8ba092bb20759300157c1e45bc407.tar.bz2 |
Rename function
Everything else capitalizes both the F and the B. s/Fb/FB/g
Reviewed-by: TrustMe
Diffstat (limited to 'src/plugins/gfxdrivers/directfb/qdirectfbscreen.cpp')
-rw-r--r-- | src/plugins/gfxdrivers/directfb/qdirectfbscreen.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/gfxdrivers/directfb/qdirectfbscreen.cpp b/src/plugins/gfxdrivers/directfb/qdirectfbscreen.cpp index db9672a..87a5910 100644 --- a/src/plugins/gfxdrivers/directfb/qdirectfbscreen.cpp +++ b/src/plugins/gfxdrivers/directfb/qdirectfbscreen.cpp @@ -1033,7 +1033,7 @@ void QDirectFBScreen::compose(const QRegion ®ion) if (surface->key() == QLatin1String("directfb")) { QDirectFBSurface *s = static_cast<QDirectFBSurface*>(surface); - blit(s->directFbSurface(), offset, r); + blit(s->directFBSurface(), offset, r); } else { blit(surface->image(), offset, r); } @@ -1082,7 +1082,7 @@ void QDirectFBScreen::compose(const QRegion ®ion) if (surface->key() == QLatin1String("directfb")) { QDirectFBSurface *s = static_cast<QDirectFBSurface*>(surface); - blit(s->directFbSurface(), offset, r); + blit(s->directFBSurface(), offset, r); } else { blit(surface->image(), offset, r); } |