Update patches.
This commit is contained in:
parent
2d5d8f0e18
commit
63f4e0f7d7
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -1,6 +1,7 @@
|
|||||||
libqtxdg (3.11.0-0ubuntu1) UNRELEASED; urgency=medium
|
libqtxdg (3.11.0-0ubuntu1) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
|
* Update patches.
|
||||||
|
|
||||||
-- Simon Quigley <tsimonq2@ubuntu.com> Wed, 10 May 2023 11:46:25 -0500
|
-- Simon Quigley <tsimonq2@ubuntu.com> Wed, 10 May 2023 11:46:25 -0500
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
|
|||||||
|
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
#include <QDBusInterface>
|
#include <QDBusInterface>
|
||||||
@@ -921,7 +922,22 @@ QString XdgDesktopFile::localizedKey(con
|
@@ -920,7 +921,22 @@ QString XdgDesktopFile::localizedKey(con
|
||||||
|
|
||||||
QVariant XdgDesktopFile::localizedValue(const QString& key, const QVariant& defaultValue) const
|
QVariant XdgDesktopFile::localizedValue(const QString& key, const QVariant& defaultValue) const
|
||||||
{
|
{
|
||||||
@ -37,3 +37,5 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
|
|||||||
+ return value(localizedKey(key), defaultValue);
|
+ return value(localizedKey(key), defaultValue);
|
||||||
+ }
|
+ }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user