From 4aa2a69e82aa306735884c6c6b763eb2d5cb6c9e Mon Sep 17 00:00:00 2001 From: mread Date: Wed, 26 Jan 2011 14:29:50 +0000 Subject: commented out unused function argument Task-number: QTBUG-15015 Reviewed-by: Shane Kearns --- src/gui/s60framework/qs60mainappui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v0.12