Home
last modified time | relevance | path

Searched refs:syncWithSubtitle (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/subtitlecomposer/subtitlecomposer-0.7.1/src/
H A Dapplication.h165 void syncWithSubtitle();
H A Dapplication_subtitle.cpp759 Application::syncWithSubtitle() in syncWithSubtitle() function in Application
778 m_subtitle->syncWithSubtitle(referenceSubtitle); in syncWithSubtitle()
H A Dapplication_actions.cpp458 connect(syncWithSubtitleAction, &QAction::triggered, this, &Application::syncWithSubtitle); in setupActions()
/dports/multimedia/subtitlecomposer/subtitlecomposer-0.7.1/src/core/
H A Dsubtitle.h151 void syncWithSubtitle(const Subtitle &refSubtitle); in QT_FORWARD_DECLARE_CLASS()
H A Dsubtitle.cpp1153 Subtitle::syncWithSubtitle(const Subtitle &refSubtitle) in syncWithSubtitle() function in Subtitle