mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-24 08:43:29 -05:00
Disable automatic hiding of an information message for YubiKey
This commit is contained in:
parent
75cfe1c5dd
commit
f38fe5a9dd
7 changed files with 25 additions and 13 deletions
|
|
@ -32,6 +32,9 @@ public:
|
|||
|
||||
int autoHideTimeout() const;
|
||||
|
||||
static const int DefaultAutoHideTimeout;
|
||||
static const int DisableAutoHide;
|
||||
|
||||
public slots:
|
||||
void showMessage(const QString& text, MessageWidget::MessageType type);
|
||||
void showMessage(const QString& text, MessageWidget::MessageType type, int autoHideTimeout);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue