psi-im / psi

XMPP client
https://psi-im.org/
Other
402 stars 123 forks source link

Error compiling #804

Closed jjrh closed 4 months ago

jjrh commented 4 months ago

Attempting to compile on 127d3e4ef482892faec9b484240817ca0f7db1c8 results in a error. On Ubuntu 23.10, with QT5.

psi/src/widgets/taskbarnotifier.cpp:120:52: error: invalid use of incomplete type ‘class QIcon’
  120 |         parent_->setWindowIcon(setImageCountCaption(count)); // qApp->setWindowIcon(setImageCountCaption(count));

Adding #include <QIcon> to taskbarnotifier.cpp fixes the issue.

Ri0n commented 4 months ago

thanks!