"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "src/controllers/filtercontroller.h" between
shotcut-22.10.22.tar.gz and shotcut-22.11.25.tar.gz

About: Shotcut is a cross-platform (Qt) advanced video editor.

filtercontroller.h  (shotcut-22.10.22):filtercontroller.h  (shotcut-22.11.25)
skipping to change at line 71 skipping to change at line 71
void removeCurrent(); void removeCurrent();
void onProducerChanged(); void onProducerChanged();
private slots: private slots:
void handleAttachedModelChange(); void handleAttachedModelChange();
void handleAttachedModelAboutToReset(); void handleAttachedModelAboutToReset();
void addMetadata(QmlMetadata *); void addMetadata(QmlMetadata *);
void handleAttachedRowsRemoved(const QModelIndex &parent, int first, int las t); void handleAttachedRowsRemoved(const QModelIndex &parent, int first, int las t);
void handleAttachedRowsInserted(const QModelIndex &parent, int first, int la st); void handleAttachedRowsInserted(const QModelIndex &parent, int first, int la st);
void handleAttachDuplicateFailed(int index); void handleAttachDuplicateFailed(int index);
void onQmlFilterChanged();
void onQmlFilterChanged(const QString &name); void onQmlFilterChanged(const QString &name);
private: private:
void loadFilterMetadata(); void loadFilterMetadata();
QFuture<void> m_future; QFuture<void> m_future;
QScopedPointer<QmlFilter> m_currentFilter; QScopedPointer<QmlFilter> m_currentFilter;
Mlt::Service *m_mltService; Mlt::Service *m_mltService;
MetadataModel m_metadataModel; MetadataModel m_metadataModel;
AttachedFiltersModel m_attachedModel; AttachedFiltersModel m_attachedModel;
 End of changes. 1 change blocks. 
1 lines changed or deleted 0 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)