mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 13:07:38 +03:00
Use C++11 keywords directly.
This commit is contained in:
parent
dc7b6623a9
commit
6e45cf0dab
9 changed files with 28 additions and 28 deletions
|
@ -45,7 +45,7 @@ public:
|
|||
|
||||
Application::Application(int& argc, char** argv)
|
||||
: QApplication(argc, argv)
|
||||
, m_mainWindow(Q_NULLPTR)
|
||||
, m_mainWindow(nullptr)
|
||||
{
|
||||
#if defined(Q_OS_UNIX) && !defined(Q_OS_OSX)
|
||||
installNativeEventFilter(new XcbEventFilter());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue