mirror of
https://invent.kde.org/plasma/layer-shell-qt.git
synced 2025-07-14 02:54:31 -04:00
Remove Q_NULLPTR usage
This project requires C++17, which has the nullptr keyword.
This commit is contained in:
committed by
Aleix Pol Gonzalez
parent
834551f6b7
commit
c46249bba0
@ -15,7 +15,6 @@
|
||||
namespace LayerShellQt
|
||||
{
|
||||
QWaylandLayerShellIntegration::QWaylandLayerShellIntegration()
|
||||
: m_layerShell(Q_NULLPTR)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user