[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [smokeqt/smokev4] /: remove delete_foo_Smoke(), SmokeManager will take care of that
From:       Arno Rehn <arno () arnorehn ! de>
Date:       2012-10-12 14:30:15
Message-ID: 20121012143015.6E3C8A6075 () git ! kde ! org
[Download RAW message or body]

Git commit 4077f287885a3936d1f9ea7305f3dcdf3fa98a25 by Arno Rehn.
Committed on 12/10/2012 at 16:29.
Pushed by arnorehn into branch 'smokev4'.

remove delete_foo_Smoke(), SmokeManager will take care of that

M  +0    -1    phonon_smoke.h
M  +0    -1    qimageblitz_smoke.h
M  +0    -1    qsci_smoke.h
M  +0    -1    qt3support_smoke.h
M  +0    -1    qt_smoke.h
M  +0    -1    qtcore_smoke.h
M  +0    -1    qtdbus_smoke.h
M  +0    -1    qtdeclarative_smoke.h
M  +0    -1    qtgui_smoke.h
M  +0    -1    qthelp_smoke.h
M  +0    -1    qtmultimedia_smoke.h
M  +0    -1    qtnetwork_smoke.h
M  +0    -1    qtopengl_smoke.h
M  +0    -1    qtscript_smoke.h
M  +0    -1    qtsql_smoke.h
M  +0    -1    qtsvg_smoke.h
M  +0    -1    qttest_smoke.h
M  +0    -1    qtuitools_smoke.h
M  +0    -1    qtwebkit_smoke.h
M  +0    -1    qtxml_smoke.h
M  +0    -1    qtxmlpatterns_smoke.h
M  +0    -1    qwt_smoke.h

http://commits.kde.org/smokeqt/4077f287885a3936d1f9ea7305f3dcdf3fa98a25

diff --git a/phonon_smoke.h b/phonon_smoke.h
index af3fe7c..c77773a 100644
--- a/phonon_smoke.h
+++ b/phonon_smoke.h
@@ -6,7 +6,6 @@
 // Defined in smokedata.cpp, initialized by init_qsci_Smoke(), used by all=
 .cpp files
 extern "C" SMOKE_EXPORT Smoke* phonon_Smoke;
 extern "C" SMOKE_EXPORT Smoke* init_phonon_Smoke();
-extern "C" SMOKE_EXPORT void delete_phonon_Smoke();
 =

 #ifndef QGLOBALSPACE_CLASS
 #define QGLOBALSPACE_CLASS
diff --git a/qimageblitz_smoke.h b/qimageblitz_smoke.h
index 75915f8..1b7c8ff 100644
--- a/qimageblitz_smoke.h
+++ b/qimageblitz_smoke.h
@@ -6,7 +6,6 @@
 // Defined in smokedata.cpp, initialized by init_qimageblitz_Smoke(), used=
 by all .cpp files
 extern "C" SMOKE_EXPORT Smoke* qimageblitz_Smoke;
 extern "C" SMOKE_EXPORT Smoke* init_qimageblitz_Smoke();
-extern "C" SMOKE_EXPORT void delete_qimageblitz_Smoke();
 =

 #ifndef QGLOBALSPACE_CLASS
 #define QGLOBALSPACE_CLASS
diff --git a/qsci_smoke.h b/qsci_smoke.h
index d006981..28fddd5 100644
--- a/qsci_smoke.h
+++ b/qsci_smoke.h
@@ -6,7 +6,6 @@
 // Defined in smokedata.cpp, initialized by init_qsci_Smoke(), used by all=
 .cpp files
 extern "C" SMOKE_EXPORT Smoke* qsci_Smoke;
 extern "C" SMOKE_EXPORT Smoke* init_qsci_Smoke();
-extern "C" SMOKE_EXPORT void delete_qsci_Smoke();
 =

 #ifndef QGLOBALSPACE_CLASS
 #define QGLOBALSPACE_CLASS
diff --git a/qt3support_smoke.h b/qt3support_smoke.h
index 1e0d582..dfbebb3 100644
--- a/qt3support_smoke.h
+++ b/qt3support_smoke.h
@@ -6,7 +6,6 @@
 // Defined in smokedata.cpp, initialized by init_qt3support_Smoke(), used =
by all .cpp files
 extern "C" SMOKE_EXPORT Smoke* qt3support_Smoke;
 extern "C" SMOKE_EXPORT Smoke* init_qt3support_Smoke();
-extern "C" SMOKE_EXPORT void delete_qt3support_Smoke();
 =

 #ifndef QGLOBALSPACE_CLASS
 #define QGLOBALSPACE_CLASS
diff --git a/qt_smoke.h b/qt_smoke.h
index 6221927..c13dccd 100644
--- a/qt_smoke.h
+++ b/qt_smoke.h
@@ -6,7 +6,6 @@
 // Defined in smokedata.cpp, initialized by init_qt_Smoke(), used by all .=
cpp files
 extern "C" SMOKE_EXPORT Smoke* qt_Smoke;
 extern "C" SMOKE_EXPORT Smoke* init_qt_Smoke();
-extern "C" SMOKE_EXPORT void delete_qt_Smoke();
 =

 #ifndef QGLOBALSPACE_CLASS
 #define QGLOBALSPACE_CLASS
diff --git a/qtcore_smoke.h b/qtcore_smoke.h
index 6159ddc..884ce2c 100644
--- a/qtcore_smoke.h
+++ b/qtcore_smoke.h
@@ -6,7 +6,6 @@
 // Defined in smokedata.cpp, initialized by init_qtcore_Smoke(), used by a=
ll .cpp files
 extern "C" SMOKE_EXPORT Smoke* qtcore_Smoke;
 extern "C" SMOKE_EXPORT Smoke* init_qtcore_Smoke();
-extern "C" SMOKE_EXPORT void delete_qtcore_Smoke();
 =

 #ifndef QGLOBALSPACE_CLASS
 #define QGLOBALSPACE_CLASS
diff --git a/qtdbus_smoke.h b/qtdbus_smoke.h
index e84a317..1c1db2d 100644
--- a/qtdbus_smoke.h
+++ b/qtdbus_smoke.h
@@ -6,7 +6,6 @@
 // Defined in smokedata.cpp, initialized by init_qtdbus_Smoke(), used by a=
ll .cpp files
 extern "C" SMOKE_EXPORT Smoke* qtdbus_Smoke;
 extern "C" SMOKE_EXPORT Smoke* init_qtdbus_Smoke();
-extern "C" SMOKE_EXPORT void delete_qtdbus_Smoke();
 =

 #ifndef QGLOBALSPACE_CLASS
 #define QGLOBALSPACE_CLASS
diff --git a/qtdeclarative_smoke.h b/qtdeclarative_smoke.h
index 0f88b4b..712a371 100644
--- a/qtdeclarative_smoke.h
+++ b/qtdeclarative_smoke.h
@@ -6,7 +6,6 @@
 // Defined in smokedata.cpp, initialized by init_qtdeclarative_Smoke(), us=
ed by all .cpp files
 extern "C" SMOKE_EXPORT Smoke* qtdeclarative_Smoke;
 extern "C" SMOKE_EXPORT Smoke* init_qtdeclarative_Smoke();
-extern "C" SMOKE_EXPORT void delete_qtdeclarative_Smoke();
 =

 #ifndef QGLOBALSPACE_CLASS
 #define QGLOBALSPACE_CLASS
diff --git a/qtgui_smoke.h b/qtgui_smoke.h
index 5eacf16..70205ff 100644
--- a/qtgui_smoke.h
+++ b/qtgui_smoke.h
@@ -6,7 +6,6 @@
 // Defined in smokedata.cpp, initialized by init_qtgui_Smoke(), used by al=
l .cpp files
 extern "C" SMOKE_EXPORT Smoke* qtgui_Smoke;
 extern "C" SMOKE_EXPORT Smoke* init_qtgui_Smoke();
-extern "C" SMOKE_EXPORT void delete_qtgui_Smoke();
 =

 #ifndef QGLOBALSPACE_CLASS
 #define QGLOBALSPACE_CLASS
diff --git a/qthelp_smoke.h b/qthelp_smoke.h
index af2127f..c4bf791 100644
--- a/qthelp_smoke.h
+++ b/qthelp_smoke.h
@@ -6,7 +6,6 @@
 // Defined in smokedata.cpp, initialized by init_qthelp_Smoke(), used by a=
ll .cpp files
 extern "C" SMOKE_EXPORT Smoke* qthelp_Smoke;
 extern "C" SMOKE_EXPORT Smoke* init_qthelp_Smoke();
-extern "C" SMOKE_EXPORT void delete_qthelp_Smoke();
 =

 #ifndef QGLOBALSPACE_CLASS
 #define QGLOBALSPACE_CLASS
diff --git a/qtmultimedia_smoke.h b/qtmultimedia_smoke.h
index 9f51806..3eb0d14 100644
--- a/qtmultimedia_smoke.h
+++ b/qtmultimedia_smoke.h
@@ -6,7 +6,6 @@
 // Defined in smokedata.cpp, initialized by init_qtmultimedia_Smoke(), use=
d by all .cpp files
 extern "C" SMOKE_EXPORT Smoke* qtmultimedia_Smoke;
 extern "C" SMOKE_EXPORT Smoke* init_qtmultimedia_Smoke();
-extern "C" SMOKE_EXPORT void delete_qtmultimedia_Smoke();
 =

 #ifndef QGLOBALSPACE_CLASS
 #define QGLOBALSPACE_CLASS
diff --git a/qtnetwork_smoke.h b/qtnetwork_smoke.h
index 2dcbf1e..a09284f 100644
--- a/qtnetwork_smoke.h
+++ b/qtnetwork_smoke.h
@@ -6,7 +6,6 @@
 // Defined in smokedata.cpp, initialized by init_qtnetwork_Smoke(), used b=
y all .cpp files
 extern "C" SMOKE_EXPORT Smoke* qtnetwork_Smoke;
 extern "C" SMOKE_EXPORT Smoke* init_qtnetwork_Smoke();
-extern "C" SMOKE_EXPORT void delete_qtnetwork_Smoke();
 =

 #ifndef QGLOBALSPACE_CLASS
 #define QGLOBALSPACE_CLASS
diff --git a/qtopengl_smoke.h b/qtopengl_smoke.h
index 061d6c6..1a122b4 100644
--- a/qtopengl_smoke.h
+++ b/qtopengl_smoke.h
@@ -6,7 +6,6 @@
 // Defined in smokedata.cpp, initialized by init_qtopengl_Smoke(), used by=
 all .cpp files
 extern "C" SMOKE_EXPORT Smoke* qtopengl_Smoke;
 extern "C" SMOKE_EXPORT Smoke* init_qtopengl_Smoke();
-extern "C" SMOKE_EXPORT void delete_qtopengl_Smoke();
 =

 #ifndef QGLOBALSPACE_CLASS
 #define QGLOBALSPACE_CLASS
diff --git a/qtscript_smoke.h b/qtscript_smoke.h
index 244bf74..5859065 100644
--- a/qtscript_smoke.h
+++ b/qtscript_smoke.h
@@ -6,7 +6,6 @@
 // Defined in smokedata.cpp, initialized by init_qsci_Smoke(), used by all=
 .cpp files
 extern "C" SMOKE_EXPORT Smoke* qtscript_Smoke;
 extern "C" SMOKE_EXPORT Smoke* init_qtscript_Smoke();
-extern "C" SMOKE_EXPORT void delete_qtscript_Smoke();
 =

 #ifndef QGLOBALSPACE_CLASS
 #define QGLOBALSPACE_CLASS
diff --git a/qtsql_smoke.h b/qtsql_smoke.h
index 423c807..9a9ed7a 100644
--- a/qtsql_smoke.h
+++ b/qtsql_smoke.h
@@ -6,7 +6,6 @@
 // Defined in smokedata.cpp, initialized by init_qtsql_Smoke(), used by al=
l .cpp files
 extern "C" SMOKE_EXPORT Smoke* qtsql_Smoke;
 extern "C" SMOKE_EXPORT Smoke* init_qtsql_Smoke();
-extern "C" SMOKE_EXPORT void delete_qtsql_Smoke();
 =

 #ifndef QGLOBALSPACE_CLASS
 #define QGLOBALSPACE_CLASS
diff --git a/qtsvg_smoke.h b/qtsvg_smoke.h
index 3596f28..c5e8480 100644
--- a/qtsvg_smoke.h
+++ b/qtsvg_smoke.h
@@ -6,7 +6,6 @@
 // Defined in smokedata.cpp, initialized by init_qtsvg_Smoke(), used by al=
l .cpp files
 extern "C" SMOKE_EXPORT Smoke* qtsvg_Smoke;
 extern "C" SMOKE_EXPORT Smoke* init_qtsvg_Smoke();
-extern "C" SMOKE_EXPORT void delete_qtsvg_Smoke();
 =

 #ifndef QGLOBALSPACE_CLASS
 #define QGLOBALSPACE_CLASS
diff --git a/qttest_smoke.h b/qttest_smoke.h
index ce1097b..3d343cd 100644
--- a/qttest_smoke.h
+++ b/qttest_smoke.h
@@ -6,7 +6,6 @@
 // Defined in smokedata.cpp, initialized by init_qtest_Smoke(), used by al=
l .cpp files
 extern "C" SMOKE_EXPORT Smoke* qttest_Smoke;
 extern "C" SMOKE_EXPORT Smoke* init_qttest_Smoke();
-extern "C" SMOKE_EXPORT void delete_qttest_Smoke();
 =

 #ifndef QGLOBALSPACE_CLASS
 #define QGLOBALSPACE_CLASS
diff --git a/qtuitools_smoke.h b/qtuitools_smoke.h
index 2181f0e..0fca193 100644
--- a/qtuitools_smoke.h
+++ b/qtuitools_smoke.h
@@ -6,7 +6,6 @@
 // Defined in smokedata.cpp, initialized by init_qsci_Smoke(), used by all=
 .cpp files
 extern "C" SMOKE_EXPORT Smoke* qtuitools_Smoke;
 extern "C" SMOKE_EXPORT Smoke* init_qtuitools_Smoke();
-extern "C" SMOKE_EXPORT void delete_qtuitools_Smoke();
 =

 #ifndef QGLOBALSPACE_CLASS
 #define QGLOBALSPACE_CLASS
diff --git a/qtwebkit_smoke.h b/qtwebkit_smoke.h
index 1dd01a2..a522a81 100644
--- a/qtwebkit_smoke.h
+++ b/qtwebkit_smoke.h
@@ -6,7 +6,6 @@
 // Defined in smokedata.cpp, initialized by init_qsci_Smoke(), used by all=
 .cpp files
 extern "C" SMOKE_EXPORT Smoke* qtwebkit_Smoke;
 extern "C" SMOKE_EXPORT Smoke* init_qtwebkit_Smoke();
-extern "C" SMOKE_EXPORT void delete_qtwebkit_Smoke();
 =

 #ifndef QGLOBALSPACE_CLASS
 #define QGLOBALSPACE_CLASS
diff --git a/qtxml_smoke.h b/qtxml_smoke.h
index 0b15c9e..d3a2003 100644
--- a/qtxml_smoke.h
+++ b/qtxml_smoke.h
@@ -6,7 +6,6 @@
 // Defined in smokedata.cpp, initialized by init_qtxml_Smoke(), used by al=
l .cpp files
 extern "C" SMOKE_EXPORT Smoke* qtxml_Smoke;
 extern "C" SMOKE_EXPORT Smoke* init_qtxml_Smoke();
-extern "C" SMOKE_EXPORT void delete_qtxml_Smoke();
 =

 #ifndef QGLOBALSPACE_CLASS
 #define QGLOBALSPACE_CLASS
diff --git a/qtxmlpatterns_smoke.h b/qtxmlpatterns_smoke.h
index badd441..a6a4868 100644
--- a/qtxmlpatterns_smoke.h
+++ b/qtxmlpatterns_smoke.h
@@ -6,7 +6,6 @@
 // Defined in smokedata.cpp, initialized by init_qtxmlpatterns_Smoke(), us=
ed by all .cpp files
 extern "C" SMOKE_EXPORT Smoke* qtxmlpatterns_Smoke;
 extern "C" SMOKE_EXPORT Smoke* init_qtxmlpatterns_Smoke();
-extern "C" SMOKE_EXPORT void delete_qtxmlpatterns_Smoke();
 =

 #ifndef QGLOBALSPACE_CLASS
 #define QGLOBALSPACE_CLASS
diff --git a/qwt_smoke.h b/qwt_smoke.h
index 7c62550..a80d067 100644
--- a/qwt_smoke.h
+++ b/qwt_smoke.h
@@ -6,7 +6,6 @@
 // Defined in smokedata.cpp, initialized by init_qsci_Smoke(), used by all=
 .cpp files
 extern "C" SMOKE_EXPORT Smoke* qwt_Smoke;
 extern "C" SMOKE_EXPORT Smoke* init_qwt_Smoke();
-extern "C" SMOKE_EXPORT void delete_qwt_Smoke();
 =

 #ifndef QGLOBALSPACE_CLASS
 #define QGLOBALSPACE_CLASS
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic