diff options
author | Frans Englich <frans.englich@nokia.com> | 2009-09-24 14:22:32 (GMT) |
---|---|---|
committer | Frans Englich <frans.englich@nokia.com> | 2009-09-24 14:25:14 (GMT) |
commit | 0ec4a35196b9d7888efd0fe23bee1926dd201d0c (patch) | |
tree | d8a62f0b0b0c696dd9dd8d378a2a98b0bd99e685 /src/3rdparty/phonon/mmf/utils.cpp | |
parent | 8e33ef1321e50457dd032d57bdc3233b4fd0f18b (diff) | |
download | Qt-0ec4a35196b9d7888efd0fe23bee1926dd201d0c.zip Qt-0ec4a35196b9d7888efd0fe23bee1926dd201d0c.tar.gz Qt-0ec4a35196b9d7888efd0fe23bee1926dd201d0c.tar.bz2 |
Make local function static.
Addresses review comment.
Diffstat (limited to 'src/3rdparty/phonon/mmf/utils.cpp')
-rw-r--r-- | src/3rdparty/phonon/mmf/utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/phonon/mmf/utils.cpp b/src/3rdparty/phonon/mmf/utils.cpp index 294a9a2..2956722 100644 --- a/src/3rdparty/phonon/mmf/utils.cpp +++ b/src/3rdparty/phonon/mmf/utils.cpp @@ -68,7 +68,7 @@ struct TScreenInfo TDisplayMode displayMode; }; -void getScreenInfoL(TScreenInfo& info) +static void getScreenInfoL(TScreenInfo& info) { info.displayMode = CEikonEnv::Static()->ScreenDevice()->DisplayMode(); |