Add missing include. (#9403)

This commit is contained in:
Patrick Klein 2023-05-07 21:56:27 +01:00 committed by GitHub
parent 825657b217
commit b3dc2ae89b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -26,6 +26,7 @@
#include <botan/dh.h>
#ifdef WITH_XC_BOTAN3
#include <botan/dl_group.h>
#include <botan/pubkey.h>
#else
#include <botan/pk_ops.h>

View File

@ -1936,7 +1936,7 @@ void BaseStyle::drawPrimitive(PrimitiveElement elem,
auto fropt = qstyleoption_cast<const QStyleOptionFocusRect*>(option);
if (!fropt)
break;
//### check for d->alt_down
// ### check for d->alt_down
if (!(fropt->state & State_KeyboardFocusChange))
return;
if (fropt->state & State_Item) {