diff -r 11d3954df52a -r 627c4a0fd0e7 src/hbcore/utils/hbdeviceprofile.h --- 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 d_ptr; };