mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-02 20:29:23 +00:00
erf
This commit is contained in:
parent
6d88fe6762
commit
69db42de04
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ LDateTime::LDateTime(const QDateTime& dateTime, QObject *parent) : QObject(paren
|
|||
, mDateTime(dateTime){
|
||||
}
|
||||
LDateTime::LDateTime(LDate * date, LTime * time, QObject *parent) : QObject(parent)
|
||||
, mDateTime(date->getDate(), time->getTime()){
|
||||
, mDateTime(date->getDate(), time->getTime(), Qt::OffsetFromUTC ){
|
||||
}
|
||||
LDateTime::LDateTime(const int& year, const int& month, const int& day, const int& hour, const int& minute, const int& second, QObject *parent) : QObject(parent)
|
||||
, mDateTime(QDate(year, month, day), QTime(hour, minute, second)){
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue