Fix a typo for klocaleqmltest.qml and remove unnecessary TODOs
This commit is contained in:
parent
bbc19904db
commit
1d8b0c0714
@ -719,7 +719,7 @@ public:
|
|||||||
* @return The date and time as a string
|
* @return The date and time as a string
|
||||||
*/
|
*/
|
||||||
Q_INVOKABLE QString formatDateTime(const QDateTime &dateTime, DateFormat format = ShortDate,
|
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
|
* Use this to determine whether in dates a possessive form of month
|
||||||
@ -1046,7 +1046,7 @@ public:
|
|||||||
* @see QFile::encodeName
|
* @see QFile::encodeName
|
||||||
* @see QFile::decodeName
|
* @see QFile::decodeName
|
||||||
*/
|
*/
|
||||||
int fileEncodingMib() const; //TODO returns undefined
|
int fileEncodingMib() const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Changes the current date format.
|
* Changes the current date format.
|
||||||
|
@ -220,7 +220,7 @@ Item {
|
|||||||
onClicked:{
|
onClicked:{
|
||||||
console.log("=====CalendarSystem Component====")
|
console.log("=====CalendarSystem Component====")
|
||||||
|
|
||||||
console.log("calendarLabel:" + calendar.CalendarLabel) //TODO
|
console.log("calendarLabel:" + calendar.calendarLabel)
|
||||||
|
|
||||||
console.log("epoch:" + calendar.epoch)
|
console.log("epoch:" + calendar.epoch)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user