summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon
diff options
context:
space:
mode:
authorFrans Englich <frans.englich@nokia.com>2009-09-24 14:22:32 (GMT)
committerFrans Englich <frans.englich@nokia.com>2009-09-24 14:25:14 (GMT)
commit0ec4a35196b9d7888efd0fe23bee1926dd201d0c (patch)
treed8a62f0b0b0c696dd9dd8d378a2a98b0bd99e685 /src/3rdparty/phonon
parent8e33ef1321e50457dd032d57bdc3233b4fd0f18b (diff)
downloadQt-0ec4a35196b9d7888efd0fe23bee1926dd201d0c.zip
Qt-0ec4a35196b9d7888efd0fe23bee1926dd201d0c.tar.gz
Qt-0ec4a35196b9d7888efd0fe23bee1926dd201d0c.tar.bz2
Make local function static.
Addresses review comment.
Diffstat (limited to 'src/3rdparty/phonon')
-rw-r--r--src/3rdparty/phonon/mmf/utils.cpp2
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();