zealdocs / zeal

Offline documentation browser inspired by Dash
https://zealdocs.org
GNU General Public License v3.0
11.47k stars 783 forks source link

Small fix for compiling against Qt 5.15 #1363

Closed matt-hayden closed 1 year ago

matt-hayden commented 2 years ago

I had to make a slight adjustment for compiling. Something about an aggregate type.

diff --git i/src/libs/ui/searchitemdelegate.h w/src/libs/ui/searchitemdelegate.h
index a890333..3c3b591 100644
--- i/src/libs/ui/searchitemdelegate.h
+++ w/src/libs/ui/searchitemdelegate.h
@@ -24,6 +24,7 @@
 #ifndef ZEAL_WIDGETUI_SEARCHITEMDELEGATE_H
 #define ZEAL_WIDGETUI_SEARCHITEMDELEGATE_H

+#include <QPainterPath>
 #include <QStyledItemDelegate>

Attached are my Ubuntu-based package versions.

packages.txt

trollixx commented 1 year ago

Implemented in #1218. Duplicate of #1351.