src/hbcore/image/hbframebackground.h
changeset 5 627c4a0fd0e7
parent 0 16d8024aca5e
--- a/src/hbcore/image/hbframebackground.h	Thu May 27 13:10:59 2010 +0300
+++ b/src/hbcore/image/hbframebackground.h	Fri Jun 11 13:58:22 2010 +0300
@@ -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