Home
last modified time | relevance | path

Searched refs:currentDateTimeUtc (Results 1 – 25 of 691) sorted by relevance

12345678910>>...28

/dports/devel/clazy/clazy-1.5/tests/qdatetime-utc/
H A Dmain.cpp_fixed.cpp.expected6 QDateTime::currentDateTimeUtc(); // OK
7 QDateTime::currentDateTimeUtc().toTime_t(); // Warning
8 QDateTime::currentDateTimeUtc(); // Warning
H A Dmain.cpp.expected1 qdatetime-utc/main.cpp:7:5: warning: Use QDateTime::currentDateTimeUtc().toTime_t() instead [-Wclaz…
2 qdatetime-utc/main.cpp:8:5: warning: Use QDateTime::currentDateTimeUtc() instead [-Wclazy-qdatetime…
/dports/devel/clazy/clazy-1.5/tests/clazy-standalone/
H A Dheader_filter.cpp.expected1 clazy-standalone/header_filter_foo.h:5:5: warning: Use QDateTime::currentDateTimeUtc().toTime_t() i…
2 clazy-standalone/header_filter_bar.h:5:5: warning: Use QDateTime::currentDateTimeUtc().toTime_t() i…
3 clazy-standalone/header_filter.cpp:6:5: warning: Use QDateTime::currentDateTimeUtc().toTime_t() ins…
H A Dheader_filter2.cpp.expected1 clazy-standalone/header_filter_foo.h:5:5: warning: Use QDateTime::currentDateTimeUtc().toTime_t() i…
2 clazy-standalone/header_filter2.cpp:6:5: warning: Use QDateTime::currentDateTimeUtc().toTime_t() in…
H A DfileToIgnore.cpp.expected1 clazy-standalone/header_filter_foo.h:5:5: warning: Use QDateTime::currentDateTimeUtc().toTime_t() i…
2 clazy-standalone/header_filter_bar.h:5:5: warning: Use QDateTime::currentDateTimeUtc().toTime_t() i…
/dports/polish/kadu/kadu-4.3/kadu-core/chat/
H A Drecent-chat-service.test.cpp194 …rty(RecentChatService::LAST_MESSAGE_DATE_TIME_PROPERTY, QDateTime::currentDateTimeUtc(), CustomPro… in shouldIncludeLoadedChatWithRecentMessage()
215 …rty(RecentChatService::LAST_MESSAGE_DATE_TIME_PROPERTY, QDateTime::currentDateTimeUtc(), CustomPro… in shouldIncludeAddedChatWithRecentMessage()
235 …chat.addProperty(RecentChatService::LAST_MESSAGE_DATE_TIME_PROPERTY, QDateTime::currentDateTimeUtc in shouldNotIncludeLoadedChatWithTooOldRecentMessage()
253 …chat.addProperty(RecentChatService::LAST_MESSAGE_DATE_TIME_PROPERTY, QDateTime::currentDateTimeUtc in shouldNotIncludeAddedChatWithTooOldRecentMessage()
272 …rty(RecentChatService::LAST_MESSAGE_DATE_TIME_PROPERTY, QDateTime::currentDateTimeUtc(), CustomPro… in shouldRemoveRemovedChat()
273 …rty(RecentChatService::LAST_MESSAGE_DATE_TIME_PROPERTY, QDateTime::currentDateTimeUtc(), CustomPro… in shouldRemoveRemovedChat()
299 …rty(RecentChatService::LAST_MESSAGE_DATE_TIME_PROPERTY, QDateTime::currentDateTimeUtc(), CustomPro… in shouldCleanUpOld()
300 …rty(RecentChatService::LAST_MESSAGE_DATE_TIME_PROPERTY, QDateTime::currentDateTimeUtc(), CustomPro… in shouldCleanUpOld()
312 …rty(RecentChatService::LAST_MESSAGE_DATE_TIME_PROPERTY, QDateTime::currentDateTimeUtc().addSecs(-1… in shouldCleanUpOld()
H A Drecent-chat-service.cpp83 …chat.addProperty(LAST_MESSAGE_DATE_TIME_PROPERTY, QDateTime::currentDateTimeUtc(), CustomPropertie… in add()
104 return dateTime.addSecs(KEEP_RECENT_FOR_SECONDS) >= QDateTime::currentDateTimeUtc(); in isRecent()
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/gis/trk/filter/
H A DCFilterNewDate.cpp39 labelTimeZone->setText(QTimeZone::utc().abbreviation(QDateTime::currentDateTimeUtc())); in CFilterNewDate()
40 dateTimeEdit->setDateTime(QDateTime::currentDateTimeUtc()); in CFilterNewDate()
60 const QDateTime& datetime = QDateTime::currentDateTimeUtc().toTimeZone(QTimeZone(zone)); in CFilterNewDate()
/dports/x11-toolkits/plasma5-kdeplasma-addons/kdeplasma-addons-5.23.5/runners/datetime/
H A Ddatetimerunner.cpp76 ret[zoneName] = QDateTime::currentDateTimeUtc().toTimeZone(timeZone); in datetime()
82 ret[displayName] = QDateTime::currentDateTimeUtc().toTimeZone(timeZone); in datetime()
88 ret[country] = QDateTime::currentDateTimeUtc().toTimeZone(timeZone); in datetime()
97 ret[abbr] = QDateTime::currentDateTimeUtc().toTimeZone(timeZone); in datetime()
/dports/astro/marble/marble-21.12.3/src/lib/marble/
H A DMarbleClock.cpp34 m_datetime( QDateTime::currentDateTimeUtc() ), in MarbleClockPrivate()
35 m_lasttime( QDateTime::currentDateTimeUtc() ), in MarbleClockPrivate()
45 QDateTime curenttime( QDateTime::currentDateTimeUtc() ); in timerTimeout()
/dports/devel/clazy/clazy-1.5/docs/checks/
H A DREADME-qdatetime-utc.md7 - QDateTime::currentDateTime().toTime_t() -> QDateTime::currentDateTimeUtc().toTime_t()
8 - QDateTime::currentDateTime().toUTC() -> QDateTime::currentDateTimeUtc()
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/gui/
H A Dsyncrunfilelog.cpp68 _out << "#=#=#=# Syncrun started " << dateTimeStr(QDateTime::currentDateTimeUtc()) << endl; in start()
112 _out << "#=#=#=#=# " << name << " " << dateTimeStr(QDateTime::currentDateTimeUtc()) in logLap()
119 _out << "#=#=#=# Syncrun finished " << dateTimeStr(QDateTime::currentDateTimeUtc()) in finish()
/dports/databases/akonadi/akonadi-21.12.3/src/server/handler/
H A Ditemcopyhandler.cpp35 newItem.setDatetime(QDateTime::currentDateTimeUtc()); in copyItem()
36 newItem.setAtime(QDateTime::currentDateTimeUtc()); in copyItem()
52 …imItem(newParts, item.flags(), item.mimeType(), target, QDateTime::currentDateTimeUtc(), QString()… in copyItem()
/dports/net-im/kaidan/kaidan-0.8.0/src/
H A DRosterItem.h43 …Item(const QXmppRosterIq::Item &item, const QDateTime &dateTime = QDateTime::currentDateTimeUtc());
90 QDateTime m_lastExchanged = QDateTime::currentDateTimeUtc();
/dports/comms/wsjtz/wsjtx/Audio/tools/
H A Drecord_time_signal.cpp55 auto now = QDateTime::currentDateTimeUtc ();
69 … qtout << "started recording at " << QDateTime::currentDateTimeUtc ().toString ("hh:mm:ss.zzz UTC") in start_recording()
105 … qtout << "stopped recording at " << QDateTime::currentDateTimeUtc ().toString ("hh:mm:ss.zzz UTC") in stop_recording()
146 auto now = QDateTime::currentDateTimeUtc ();
160 … qtout << "started playback at " << QDateTime::currentDateTimeUtc ().toString ("hh:mm:ss.zzz UTC") in start_playback()
219 … qtout << "stopped playback at " << QDateTime::currentDateTimeUtc ().toString ("hh:mm:ss.zzz UTC") in stop_playback()
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/dataengines/mpris2/
H A Dplayercontainer.cpp204 setData(POS_UPD_STRING, QDateTime::currentDateTimeUtc()); in copyProperty()
212 setData(POS_UPD_STRING, QDateTime::currentDateTimeUtc()); in copyProperty()
243 setData(POS_UPD_STRING, QDateTime::currentDateTimeUtc()); in copyProperty()
341 setData(POS_UPD_STRING, QDateTime::currentDateTimeUtc()); in getPositionFinished()
359 setData(POS_UPD_STRING, QDateTime::currentDateTimeUtc()); in seeked()
369 QDateTime now = QDateTime::currentDateTimeUtc(); in recalculatePosition()
/dports/devel/eric6/eric6-21.11/eric/eric6/E5Utilities/
H A DE5Cache.py130 self.__accesStore[key] = QDateTime.currentDateTimeUtc()
153 self.__accesStore[key] = QDateTime.currentDateTimeUtc()
219 current = QDateTime.currentDateTimeUtc()
/dports/www/otter-browser/otter-browser-1.0.03/src/modules/windows/web/
H A DPasswordBarWidget.cpp30 m_created(QDateTime::currentDateTimeUtc()), in PasswordBarWidget()
77 …return (url.host() != m_password.url.host() || m_created.secsTo(QDateTime::currentDateTimeUtc()) >… in shouldClose()
/dports/deskutils/nextcloudclient/desktop-3.4.1/src/gui/
H A Dsyncrunfilelog.cpp96 _out << "#=#=#=# Syncrun started " << dateTimeStr(QDateTime::currentDateTimeUtc()) << endl; in start()
140 _out << "#=#=#=#=# " << name << " " << dateTimeStr(QDateTime::currentDateTimeUtc()) in logLap()
147 _out << "#=#=#=# Syncrun finished " << dateTimeStr(QDateTime::currentDateTimeUtc()) in finish()
/dports/multimedia/minitube/minitube-3.9.2/src/
H A Dytsearch.cpp104 RFC3339toString(QDateTime::currentDateTimeUtc().addSecs(-60 * 60 * 24))); in loadVideos()
108 RFC3339toString(QDateTime::currentDateTimeUtc().addSecs(-60 * 60 * 24 * 7))); in loadVideos()
111 q.addQueryItem("publishedAfter", RFC3339toString(QDateTime::currentDateTimeUtc().addSecs( in loadVideos()
/dports/devel/kpublictransport/kpublictransport-21.12.3/src/lib/backends/
H A Dcache.cpp58 … f.setFileTime(QDateTime::currentDateTimeUtc().addSecs(ttl.count()), QFile::FileModificationTime); in addCacheEntry()
68 … f.setFileTime(QDateTime::currentDateTimeUtc().addSecs(ttl.count()), QFile::FileModificationTime); in addCacheEntry()
79 … f.setFileTime(QDateTime::currentDateTimeUtc().addSecs(ttl.count()), QFile::FileModificationTime); in addNegativeCacheEntry()
96 if (f.fileTime(QFile::FileModificationTime) < QDateTime::currentDateTimeUtc()) { in lookup()
/dports/security/keepassx-devel/keepassx-55869e8/src/core/
H A DGroup.cpp53 delGroup.deletionTime = QDateTime::currentDateTimeUtc(); in ~Group()
87 m_data.timeInfo.setLastModificationTime(QDateTime::currentDateTimeUtc()); in updateTimeinfo()
88 m_data.timeInfo.setLastAccessTime(QDateTime::currentDateTimeUtc()); in updateTimeinfo()
206 …return m_data.timeInfo.expires() && m_data.timeInfo.expiryTime() < QDateTime::currentDateTimeUtc(); in isExpired()
368 m_data.timeInfo.setLocationChanged(QDateTime::currentDateTimeUtc()); in setParent()
516 QDateTime now = QDateTime::currentDateTimeUtc(); in clone()
/dports/net/akonadi-calendar/akonadi-calendar-21.12.3/autotests/
H A Dcalendarbasetest.cpp64 event->setDtStart(QDateTime::currentDateTimeUtc()); in createInitialIncidences()
75 todo->setDtStart(QDateTime::currentDateTimeUtc()); in createInitialIncidences()
88 journal->setDtStart(QDateTime::currentDateTimeUtc()); in createInitialIncidences()
100 incidence->setDtStart(QDateTime::currentDateTimeUtc()); in createInitialIncidences()
/dports/security/keepassxc/keepassxc-2.6.6/src/core/
H A DClock.cpp21 QDateTime Clock::currentDateTimeUtc() in currentDateTimeUtc() function in Clock
91 return QDateTime::currentDateTimeUtc(); in currentDateTimeUtcImpl()
/dports/net/kf5-kcalendarcore/kcalendarcore-5.89.0/autotests/
H A Dtesttodo.cpp140 const auto now = QDateTime::currentDateTimeUtc(); in testSetCompletedWithDate()
169 QDateTime today = QDateTime::currentDateTimeUtc(); in testSetCompleted()
196 const auto yesterday = QDateTime::currentDateTimeUtc().addDays(-1); in testSetCompletedBool()
215 t.setCompleted(QDateTime::currentDateTimeUtc()); in testSetPercent()
237 QDateTime today = QDateTime::currentDateTimeUtc(); in testStatus()
261 QDateTime today = QDateTime::currentDateTimeUtc(); in testSerializer_data()
351 const QDateTime today = QDateTime::currentDateTimeUtc(); in testRoles()

12345678910>>...28