mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 21:47:38 +03:00
Make use of Q_NULLPTR.
This commit is contained in:
parent
af142fc433
commit
68155e8f89
59 changed files with 144 additions and 96 deletions
|
@ -26,7 +26,7 @@
|
|||
Entry::Entry()
|
||||
{
|
||||
m_updateTimeinfo = true;
|
||||
m_tmpHistoryItem = 0;
|
||||
m_tmpHistoryItem = Q_NULLPTR;
|
||||
|
||||
m_data.iconNumber = DefaultIconNumber;
|
||||
m_data.autoTypeEnabled = true;
|
||||
|
@ -467,7 +467,7 @@ void Entry::endUpdate()
|
|||
delete m_tmpHistoryItem;
|
||||
}
|
||||
|
||||
m_tmpHistoryItem = 0;
|
||||
m_tmpHistoryItem = Q_NULLPTR;
|
||||
}
|
||||
|
||||
void Entry::updateModifiedSinceBegin()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue