--- a/src/hbcore/image/hbframebackground.h Thu Jul 15 14:03:49 2010 +0100
+++ b/src/hbcore/image/hbframebackground.h Thu Jul 22 16:36:53 2010 +0100
@@ -44,11 +44,11 @@
HbFrameBackground(const QString &frameGraphicsName, HbFrameDrawer::FrameType type);
~HbFrameBackground();
- HbFrameBackground( const HbFrameBackground &other );
- HbFrameBackground &operator=( const HbFrameBackground &other );
+ HbFrameBackground(const HbFrameBackground &other);
+ HbFrameBackground &operator=(const HbFrameBackground &other);
- bool operator==( const HbFrameBackground &other ) const;
- bool operator!=( const HbFrameBackground &other ) const;
+ bool operator==(const HbFrameBackground &other) const;
+ bool operator!=(const HbFrameBackground &other) const;
bool isNull() const;
@@ -65,6 +65,6 @@
QExplicitlySharedDataPointer<HbFrameBackgroundPrivate> d;
};
-Q_DECLARE_METATYPE( HbFrameBackground )
+Q_DECLARE_METATYPE(HbFrameBackground)
#endif // HBFRAMEBACKGROUND_H