[SailfishDevel] SailfishOS code pages not completed yet?

2013-09-05 Thread Seppo Tiainen
Hi, Still hoping to have a more complete implementation of the character sets on SailfishOS: 1) It seems that unicodes u2190... u2193 (arrow key arrow signs) have been implemented in SailfishOS but the codes for arrow symbols do not extend as far as in Harmattan because some important signs are s

[SailfishDevel] Destructor of an QObject-derived class not executed

2013-09-05 Thread Marcin Mielniczuk
Hi, I'm creating an app with Sailfish Silica. My code looks like that. settings.h: > class Settings : public QSettings{ > Q_OBJECT > /**/public: > explicit Settings() : QSettings("Marcin Mielniczuk", "BigText") {} > ~Settings() { qDebug() << "Dying"; } > > /**/}; > > main.cpp