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/gui/main.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Templates/gui/main.cpp b/Templates/gui/main.cpp
index 6478e3f..d3f5898 100644
--- a/Templates/gui/main.cpp
+++ b/Templates/gui/main.cpp
@@ -4,7 +4,7 @@
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
- $classname$ w;
+ $namespace$$classname$ w;
w.show();
return a.exec();
}
--
Gitblit v1.9.1