Fix a typo for klocaleqmltest.qml and remove unnecessary TODOs

This commit is contained in:
Antonis Tsiapaliokas 2012-04-30 06:17:33 +03:00
parent bbc19904db
commit 1d8b0c0714
2 changed files with 3 additions and 3 deletions

View File

@ -719,7 +719,7 @@ public:
* @return The date and time as a string
*/
Q_INVOKABLE QString formatDateTime(const QDateTime &dateTime, DateFormat format = ShortDate,
DateTimeFormatOptions options = 0) const;//TODO
DateTimeFormatOptions options = 0) const;
/**
* Use this to determine whether in dates a possessive form of month
@ -1046,7 +1046,7 @@ public:
* @see QFile::encodeName
* @see QFile::decodeName
*/
int fileEncodingMib() const; //TODO returns undefined
int fileEncodingMib() const;
/**
* Changes the current date format.

View File

@ -220,7 +220,7 @@ Item {
onClicked:{
console.log("=====CalendarSystem Component====")
console.log("calendarLabel:" + calendar.CalendarLabel) //TODO
console.log("calendarLabel:" + calendar.calendarLabel)
console.log("epoch:" + calendar.epoch)