mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 05:57:37 +03:00
Q_NULLPTR -> nullptr
This commit is contained in:
parent
ecfbad0443
commit
055ba4f14e
2 changed files with 2 additions and 2 deletions
|
@ -825,7 +825,7 @@ void DatabaseWidget::unlockDatabase(bool accepted)
|
|||
return;
|
||||
}
|
||||
|
||||
Database* db = Q_NULLPTR;
|
||||
Database* db = nullptr;
|
||||
if (sender() == m_unlockDatabaseDialog) {
|
||||
db = m_unlockDatabaseDialog->database();
|
||||
} else if (sender() == m_unlockDatabaseWidget) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue