summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authormread <qt-info@nokia.com>2011-01-26 14:29:50 (GMT)
committerJoão Abecasis <joao.abecasis@nokia.com>2011-02-10 12:26:49 (GMT)
commit4aa2a69e82aa306735884c6c6b763eb2d5cb6c9e (patch)
treeb693007ae275638d9349b8540f34ddaaafcfc73d /src
parent4a7d16cf81c0d66f18b228359dbad983d5057ea9 (diff)
downloadQt-4aa2a69e82aa306735884c6c6b763eb2d5cb6c9e.zip
Qt-4aa2a69e82aa306735884c6c6b763eb2d5cb6c9e.tar.gz
Qt-4aa2a69e82aa306735884c6c6b763eb2d5cb6c9e.tar.bz2
commented out unused function argument
Task-number: QTBUG-15015 Reviewed-by: Shane Kearns
Diffstat (limited to 'src')
-rw-r--r--src/gui/s60framework/qs60mainappui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/s60framework/qs60mainappui.cpp b/src/gui/s60framework/qs60mainappui.cpp
index 8ae43a5..0c99f80 100644
--- a/src/gui/s60framework/qs60mainappui.cpp
+++ b/src/gui/s60framework/qs60mainappui.cpp
@@ -405,7 +405,7 @@ void QS60MainAppUi::HandleForegroundEventL(TBool aForeground)
/*!
\internal
*/
-TBool QS60MainAppUi::ProcessCommandParametersL(TApaCommand /*aCommand*/, TFileName &aDocumentName, const TDesC8 &/*aTail*/)
+TBool QS60MainAppUi::ProcessCommandParametersL(TApaCommand /*aCommand*/, TFileName &/*aDocumentName*/, const TDesC8 &/*aTail*/)
{
// bypass CEikAppUi::ProcessCommandParametersL(..) which modifies aDocumentName, preventing apparc document opening from working.
// The return value is effectively unused in Qt apps (see QS60MainDocument::OpenFileL)