src/hbcore/utils/hbdeviceprofile.h
changeset 5 627c4a0fd0e7
parent 0 16d8024aca5e
--- a/src/hbcore/utils/hbdeviceprofile.h	Thu May 27 13:10:59 2010 +0300
+++ b/src/hbcore/utils/hbdeviceprofile.h	Fri Jun 11 13:58:22 2010 +0300
@@ -49,7 +49,7 @@
     explicit HbDeviceProfile(const QString &name);
     ~HbDeviceProfile();
 
-    HbDeviceProfile &operator=(const HbDeviceProfile &other);   
+    HbDeviceProfile &operator=(const HbDeviceProfile &other);
 
     bool isNull() const;
 
@@ -58,17 +58,17 @@
     QSizeF physicalSize() const;
     QString alternateProfileName() const;
     bool touch() const;
-    
+
     Qt::Orientation orientation() const;
     qreal orientationAngle() const;
     qreal unitValue() const;
     qreal ppmValue() const;
-    
+
     static HbDeviceProfile current();
     static HbDeviceProfile profile(const HbMainWindow *window);
     static HbDeviceProfile profile(const QGraphicsItem *item);
-    
-	static QStringList profileNames();
+
+    static QStringList profileNames();
 protected:
     QSharedDataPointer<HbDeviceProfilePrivate> d_ptr;
 };