diff options
| author | 2025-03-12 23:59:13 -0400 | |
|---|---|---|
| committer | 2025-03-12 23:59:13 -0400 | |
| commit | a9fde3a1a12e9801172e6ff75090f430ad8a8f7b (patch) | |
| tree | 0ab5d7c392f5d41708a4e00db90efc80415da1fd /src/qt6gtk2-style/qgtkstyle_p.cpp | |
| parent | a52ba004cbbbd7adbe0b30dc8c5c45f5a675187f (diff) | |
New upstream version 0.4.upstream/0.4
Diffstat (limited to 'src/qt6gtk2-style/qgtkstyle_p.cpp')
| -rw-r--r-- | src/qt6gtk2-style/qgtkstyle_p.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt6gtk2-style/qgtkstyle_p.cpp b/src/qt6gtk2-style/qgtkstyle_p.cpp index d8a0597..e85e5ea 100644 --- a/src/qt6gtk2-style/qgtkstyle_p.cpp +++ b/src/qt6gtk2-style/qgtkstyle_p.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2015 The Qt Company Ltd. * - * Copyright (C) 2016-2024 Ilya Kotov, forkotov02@ya.ru * + * Copyright (C) 2016-2025 Ilya Kotov, forkotov02@ya.ru * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -286,7 +286,7 @@ void QGtkStylePrivate::initGtkWidgets() const if (!gtkWidgetMap()->contains("GtkButton")) { GtkWidget *gtkButton = gtk_button_new(); addWidget(gtkButton); - g_signal_connect(gtkButton, "style-set", G_CALLBACK(gtkStyleSetCallback), 0); + g_signal_connect(gtkButton, "style-set", G_CALLBACK(gtkStyleSetCallback), nullptr); addWidget((GtkWidget*)gtk_tool_button_new(nullptr, "Qt")); addWidget(gtk_arrow_new(GTK_ARROW_DOWN, GTK_SHADOW_NONE)); addWidget(gtk_hbutton_box_new()); |
