Show KeePassHTTP deprecation notice three times and use MessageWidget

This commit is contained in:
Janek Bevendorff 2018-01-19 20:32:23 +01:00
parent 30f77b07bb
commit a6fd52d1f9
No known key found for this signature in database
GPG key ID: 2FDEB0D40BCA5E11
7 changed files with 36 additions and 32 deletions

View file

@ -43,6 +43,7 @@ public slots:
void showMessage(const QString& text, MessageWidget::MessageType type, int autoHideTimeout);
void hideMessage();
void setAutoHideTimeout(int autoHideTimeout);
static void openHttpUrl(QString const& url);
private:
QTimer* m_autoHideTimer;