mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-25 17:16:33 -05:00
Deprecate KeePassHTTP and introduce WITH_XC_NETWORKING CMake option
This commit is contained in:
parent
f2b3181735
commit
f520a0f272
17 changed files with 127 additions and 43 deletions
|
|
@ -35,6 +35,9 @@ public:
|
|||
static const int DefaultAutoHideTimeout;
|
||||
static const int DisableAutoHide;
|
||||
|
||||
signals:
|
||||
void showAnimationStarted();
|
||||
|
||||
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