mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Add missing include. (#9403)
This commit is contained in:
parent
825657b217
commit
b3dc2ae89b
@ -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>
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user