# HG changeset patch # User William Roberts # Date 1279885730 -3600 # Node ID b7aa21d6739976d6c23e343355568bcb8274fa4a # Parent 751cd8585b8282272102ecf16180b1953d4f4e18 Change #elif to #else, to fix bug 3373 diff -r 751cd8585b82 -r b7aa21d67399 devicemgmtindicatorsplugin/src/dmindicatorsplugin.cpp --- a/devicemgmtindicatorsplugin/src/dmindicatorsplugin.cpp Thu Jul 22 16:30:53 2010 +0100 +++ b/devicemgmtindicatorsplugin/src/dmindicatorsplugin.cpp Fri Jul 23 12:48:50 2010 +0100 @@ -106,7 +106,7 @@ qDebug("DMIndicatorsPlugin::accessAllowed() SecUID is not secure "); return false; } -#elif +#else Q_UNUSED(securityInfo) qDebug("DMIndicatorsPlugin::accessAllowed() not Symbian "); return false;