diff -r 730c025d4b77 -r f378acbc9cfb src/hbcore/utils/hbdeviceprofile.h --- a/src/hbcore/utils/hbdeviceprofile.h Thu Jul 15 14:03:49 2010 +0100 +++ b/src/hbcore/utils/hbdeviceprofile.h Thu Jul 22 16:36:53 2010 +0100 @@ -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; };