summaryrefslogtreecommitdiffstats
path: root/plugins/multimedia/symbian/mmf/s60formatsupported.h
diff options
context:
space:
mode:
authorGareth Stockwell <ext-gareth.stockwell@nokia.com>2011-11-18 14:31:47 +0000
committerGareth Stockwell <ext-gareth.stockwell@nokia.com>2011-11-25 16:43:34 +0000
commitefa3f329b23b513b30cc4cd7c8f283076cc153a7 (patch)
tree171baa2e1d7b42f060045c952cdc2115634e9a06 /plugins/multimedia/symbian/mmf/s60formatsupported.h
parentc937a3c395441eb1da825fe15894e316c90e2464 (diff)
Code clean up in Symbian MMF backend
No functional changes * Qt code style fixes * Correct whitespace * Indenting * Space around parentheses and operators * Removed excessive blank lines * Correct brace placement * Moved S60MediaSettings class into its own file * Moved some function implementations out of line * Removed uninformative API doc comments * Replaced use of Symbian TBool values (ETrue/EFalse) and macros (TRUE/FALSE) with true/false * Replaced use of NULL with 0 * Removed unnecessary #include directives * Changed some helpers from member to free functions Reviewed-by: TrustMe
Diffstat (limited to 'plugins/multimedia/symbian/mmf/s60formatsupported.h')
-rw-r--r--plugins/multimedia/symbian/mmf/s60formatsupported.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/multimedia/symbian/mmf/s60formatsupported.h b/plugins/multimedia/symbian/mmf/s60formatsupported.h
index 89aa8639b0..4e1f588606 100644
--- a/plugins/multimedia/symbian/mmf/s60formatsupported.h
+++ b/plugins/multimedia/symbian/mmf/s60formatsupported.h
@@ -39,8 +39,8 @@
**
****************************************************************************/
-#ifndef S60FORMATSUPPORTED_H_
-#define S60FORMATSUPPORTED_H_
+#ifndef S60FORMATSUPPORTED_H
+#define S60FORMATSUPPORTED_H
#include <mmf/common/mmfcontrollerpluginresolver.h>
#include <mmf/server/mmfdatasourcesink.hrh>
@@ -57,9 +57,9 @@ public:
QStringList supportedPlayMimeTypesL();
private:
-
CMMFFormatSelectionParameters* m_playformatparam;
CMMFControllerPluginSelectionParameters* m_controllerparam;
QStringList m_supportedplaymime;
};
-#endif /* S60FORMATSUPPORTED_H_ */
+
+#endif // S60FORMATSUPPORTED_H