Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/MessageWidget.h')
-rw-r--r--src/gui/MessageWidget.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/MessageWidget.h b/src/gui/MessageWidget.h
index fe4baec4a..2c8c9a217 100644
--- a/src/gui/MessageWidget.h
+++ b/src/gui/MessageWidget.h
@@ -36,8 +36,11 @@ public:
static const int LongAutoHideTimeout;
static const int DisableAutoHide;
+ void setAnimate(bool state);
+
signals:
void showAnimationStarted();
+ void hideAnimationStarted();
public slots:
void showMessage(const QString& text, MessageWidget::MessageType type);
@@ -49,6 +52,7 @@ public slots:
private:
QTimer* m_autoHideTimer;
int m_autoHideTimeout;
+ bool m_animate;
};
#endif // MESSAGEWIDGET_H