[neon/kde/knewstuff/Neon/release] debian/patches: this one already in tar

Jonathan Riddell null at kde.org
Wed Sep 29 12:52:35 BST 2021


Git commit 0c9825bbe8beaf8030c786d4525ad6bb4fa57c74 by Jonathan Riddell.
Committed on 29/09/2021 at 11:52.
Pushed by jriddell into branch 'Neon/release'.

this one already in tar

D  +0    -79   debian/patches/constructor.diff
M  +0    -1    debian/patches/series

https://invent.kde.org/neon/kde/knewstuff/commit/0c9825bbe8beaf8030c786d4525ad6bb4fa57c74

diff --git a/debian/patches/constructor.diff b/debian/patches/constructor.diff
deleted file mode 100644
index e1186c5..0000000
--- a/debian/patches/constructor.diff
+++ /dev/null
@@ -1,79 +0,0 @@
-commit 57b4b3f2882596d2577186c03e322f91361f0d9d
-Author: Ahmad Samir <a.samirh78 at gmail.com>
-Date:   Sat Aug 28 13:01:50 2021 +0200
-
-    Param name should be different from member var
-    
-    GIT_SILENT
-
-diff --git a/src/core/downloadmanager.cpp b/src/core/downloadmanager.cpp
-index e4a20f56..597c20eb 100644
---- a/src/core/downloadmanager.cpp
-+++ b/src/core/downloadmanager.cpp
-@@ -23,8 +23,8 @@ public:
-     DownloadManager *const q;
-     Engine *const engine;
- 
--    DownloadManagerPrivate(DownloadManager *q)
--        : q(q)
-+    DownloadManagerPrivate(DownloadManager *qq)
-+        : q(qq)
-         , engine(new Engine)
-     {
-     }
-diff --git a/src/downloadmanager.cpp b/src/downloadmanager.cpp
-index f75a550a..8b706c1a 100644
---- a/src/downloadmanager.cpp
-+++ b/src/downloadmanager.cpp
-@@ -22,8 +22,8 @@ public:
-     DownloadManager *const q;
-     KNSCore::Engine *const engine;
- 
--    DownloadManagerPrivate(DownloadManager *q)
--        : q(q)
-+    DownloadManagerPrivate(DownloadManager *qq)
-+        : q(qq)
-         , engine(new KNSCore::Engine)
-     {
-     }
-diff --git a/src/downloadwidget.cpp b/src/downloadwidget.cpp
-index cfbe15dc..c47391c9 100644
---- a/src/downloadwidget.cpp
-+++ b/src/downloadwidget.cpp
-@@ -96,7 +96,7 @@ Entry::List DownloadWidget::installedEntries()
-     return entries;
- }
- 
--DownloadWidgetPrivate::DownloadWidgetPrivate(DownloadWidget *q)
-+DownloadWidgetPrivate::DownloadWidgetPrivate(DownloadWidget *qq)
-     : q(q)
-     , engine(new KNSCore::Engine)
-     , model(new KNSCore::ItemsModel(engine))
-diff --git a/src/downloadwidget_p.h b/src/downloadwidget_p.h
-index 0748db38..db0b391e 100644
---- a/src/downloadwidget_p.h
-+++ b/src/downloadwidget_p.h
-@@ -54,7 +54,7 @@ public:
-     QString m_configFile;
-     bool dialogMode;
- 
--    explicit DownloadWidgetPrivate(DownloadWidget *q);
-+    explicit DownloadWidgetPrivate(DownloadWidget *qq);
-     ~DownloadWidgetPrivate();
- 
-     void init(const QString &configFile);
-diff --git a/src/uploaddialog_p.h b/src/uploaddialog_p.h
-index 5de09660..7984bff7 100644
---- a/src/uploaddialog_p.h
-+++ b/src/uploaddialog_p.h
-@@ -22,8 +22,8 @@ namespace KNS3
- class UploadDialogPrivate
- {
- public:
--    UploadDialogPrivate(UploadDialog *q)
--        : q(q)
-+    UploadDialogPrivate(UploadDialog *qq)
-+        : q(qq)
-     {
-     }
- 
diff --git a/debian/patches/series b/debian/patches/series
index ba64a63..0c7c472 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-constructor.diff
 constructor2.diff


More information about the Neon-commits mailing list