Home
last modified time | relevance | path

Searched refs:replaceAttachmentContent (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/mkvtoolnix-gui/header_editor/
H A Dtab.h92 virtual void replaceAttachmentContent(bool deriveNameAndMimeType);
H A Dtab.cpp335 …&QAction::triggered, [this]() { replaceAttachmentContent(false); }… in setupUi()
336 …&QAction::triggered, [this]() { replaceAttachmentContent(true); }); in setupUi()
876 Tab::replaceAttachmentContent(bool deriveNameAndMimeType) { in replaceAttachmentContent() function in mtx::gui::HeaderEditor::Tab