[neon/extras/kmymoney/Neon/release] debian/patches: fix constant name for newer gwen
Jonathan Riddell
null at kde.org
Mon Jan 17 12:31:14 GMT 2022
Git commit a2db105384d97f61c91b0ed7ae6cc00db2aabe11 by Jonathan Riddell.
Committed on 17/01/2022 at 12:31.
Pushed by jriddell into branch 'Neon/release'.
fix constant name for newer gwen
M +1 -1 debian/patches/265d4dc3d1dc8592ec1122aa04bfb7d431a43d5d.patch
https://invent.kde.org/neon/extras/kmymoney/commit/a2db105384d97f61c91b0ed7ae6cc00db2aabe11
diff --git a/debian/patches/265d4dc3d1dc8592ec1122aa04bfb7d431a43d5d.patch b/debian/patches/265d4dc3d1dc8592ec1122aa04bfb7d431a43d5d.patch
index 0ef21fd..0ac536d 100644
--- a/debian/patches/265d4dc3d1dc8592ec1122aa04bfb7d431a43d5d.patch
+++ b/debian/patches/265d4dc3d1dc8592ec1122aa04bfb7d431a43d5d.patch
@@ -40,7 +40,7 @@ index 17ca59b16..b3e2c549b 100644
* @deprecated
*/
- bool updateAccount(const MyMoneyAccount& acc) DEPRECATED;
-+ bool updateAccount(const MyMoneyAccount& acc) KMYMONEY_DEPRECATED;
++ bool updateAccount(const MyMoneyAccount& acc) KMM_MYMONEY_DEPRECATED;
/**
* Trigger the password cache timer
More information about the Neon-commits
mailing list