From ca47896204482bf4a6979e3838bf7f09f61cebeb Mon Sep 17 00:00:00 2001
From: giy <giy@omp-system.ru>
Date: Fri, 02 Sep 2022 14:16:56 +0300
Subject: [PATCH] Обновление до версии 2.9.0

---
 Templates/designer/plugin.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Templates/designer/plugin.h b/Templates/designer/plugin.h
index 1f88121..dfdacaa 100644
--- a/Templates/designer/plugin.h
+++ b/Templates/designer/plugin.h
@@ -9,7 +9,7 @@
     Q_INTERFACES(QDesignerCustomWidgetInterface)
 
 public:
-    $plugin_class$(QObject *parent = Q_NULLPTR);
+    $plugin_class$(QObject *parent = nullptr);
 
     bool isContainer() const;
     bool isInitialized() const;

--
Gitblit v1.9.1