summaryrefslogtreecommitdiffstats
path: root/src/qt5_in_gtk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qt5_in_gtk.cpp')
-rw-r--r--src/qt5_in_gtk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt5_in_gtk.cpp b/src/qt5_in_gtk.cpp
index 38f285a..6ef50f6 100644
--- a/src/qt5_in_gtk.cpp
+++ b/src/qt5_in_gtk.cpp
@@ -163,7 +163,7 @@ wrapper_wrap(SuilWrapper* wrapper,
wrap->qembed->setLayout(layout);
g_signal_connect_after(G_OBJECT(wrap), "realize",
- G_CALLBACK(suil_qt_wrapper_realize), NULL);
+ G_CALLBACK(suil_qt_wrapper_realize), nullptr);
instance->host_widget = GTK_WIDGET(wrap);