mainwindow/timelinepanel: closing a timeline will close a sequence entirely
UI detail.
This commit is contained in:
@@ -77,12 +77,21 @@ public:
|
||||
|
||||
void OverwriteFootageAtPlayhead(const QList<Footage *> &footage);
|
||||
|
||||
void SetSignalInsteadOfClose(bool e);
|
||||
|
||||
protected:
|
||||
virtual void Retranslate() override;
|
||||
|
||||
virtual void closeEvent(QCloseEvent* event) override;
|
||||
|
||||
signals:
|
||||
void SelectionChanged(const QList<Node*>& selected_blocks);
|
||||
|
||||
void CloseRequested();
|
||||
|
||||
private:
|
||||
bool signal_instead_of_close_;
|
||||
|
||||
};
|
||||
|
||||
OLIVE_NAMESPACE_EXIT
|
||||
|
||||
Reference in New Issue
Block a user