mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-03 19:50:55 -05:00
Add missing include. (#9403)
This commit is contained in:
parent
7a015f0666
commit
f210328bcd
@ -26,6 +26,7 @@
|
|||||||
#include <botan/dh.h>
|
#include <botan/dh.h>
|
||||||
|
|
||||||
#ifdef WITH_XC_BOTAN3
|
#ifdef WITH_XC_BOTAN3
|
||||||
|
#include <botan/dl_group.h>
|
||||||
#include <botan/pubkey.h>
|
#include <botan/pubkey.h>
|
||||||
#else
|
#else
|
||||||
#include <botan/pk_ops.h>
|
#include <botan/pk_ops.h>
|
||||||
|
@ -1936,7 +1936,7 @@ void BaseStyle::drawPrimitive(PrimitiveElement elem,
|
|||||||
auto fropt = qstyleoption_cast<const QStyleOptionFocusRect*>(option);
|
auto fropt = qstyleoption_cast<const QStyleOptionFocusRect*>(option);
|
||||||
if (!fropt)
|
if (!fropt)
|
||||||
break;
|
break;
|
||||||
//### check for d->alt_down
|
// ### check for d->alt_down
|
||||||
if (!(fropt->state & State_KeyboardFocusChange))
|
if (!(fropt->state & State_KeyboardFocusChange))
|
||||||
return;
|
return;
|
||||||
if (fropt->state & State_Item) {
|
if (fropt->state & State_Item) {
|
||||||
|
Loading…
Reference in New Issue
Block a user