diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-08-29 20:25:23 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-08-29 20:25:23 +0100 |
commit | 3529220c4a75785f1c60fd6aedb96c2a2019e0d1 (patch) | |
tree | d51eae01f007be4ad706b6955ffe023979307fe4 /app-admin/keepassxc/files | |
parent | 7d92499745ad283304f94df67c7e638abbc1592a (diff) |
app-admin/keepassxc : version bump
Diffstat (limited to 'app-admin/keepassxc/files')
-rw-r--r-- | app-admin/keepassxc/files/keepassxc-2.3.3-qt-5.11-edit-entry-widget-includes.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app-admin/keepassxc/files/keepassxc-2.3.3-qt-5.11-edit-entry-widget-includes.patch b/app-admin/keepassxc/files/keepassxc-2.3.3-qt-5.11-edit-entry-widget-includes.patch new file mode 100644 index 00000000..c382db58 --- /dev/null +++ b/app-admin/keepassxc/files/keepassxc-2.3.3-qt-5.11-edit-entry-widget-includes.patch @@ -0,0 +1,10 @@ +--- a/src/gui/entry/EditEntryWidget.cpp ++++ b/src/gui/entry/EditEntryWidget.cpp +@@ -32,6 +32,7 @@ + #include <QMimeData> + #include <QEvent> + #include <QColorDialog> ++#include <QButtonGroup> + + #include "autotype/AutoType.h" + #include "core/Config.h" |