Gui: Add animation interrupted signal
This commit is contained in:
@@ -34,9 +34,14 @@ namespace Gui
|
||||
|
||||
class GuiExport NavigationAnimation : protected QVariantAnimation
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
using QVariantAnimation::QObject;
|
||||
explicit NavigationAnimation(NavigationStyle* navigation);
|
||||
|
||||
Q_SIGNALS:
|
||||
void interrupted();
|
||||
|
||||
protected:
|
||||
NavigationStyle* navigation;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user