mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-26 08:22:31 +00:00
GUI: merge: cosmetics (alignment)
This commit is contained in:
parent
1e60ee28c5
commit
804b8beb89
@ -60,17 +60,17 @@ SourceFile::operator =(SourceFile const &other) {
|
||||
if (this == &other)
|
||||
return *this;
|
||||
|
||||
m_properties = other.m_properties;
|
||||
m_fileName = other.m_fileName;
|
||||
m_type = other.m_type;
|
||||
m_appended = other.m_appended;
|
||||
m_additionalPart = other.m_additionalPart;
|
||||
m_isPlaylist = other.m_isPlaylist;
|
||||
m_playlistDuration = other.m_playlistDuration;
|
||||
m_playlistSize = other.m_playlistSize;
|
||||
m_playlistChapters = other.m_playlistChapters;
|
||||
m_playlistFiles = other.m_playlistFiles;
|
||||
m_appendedTo = other.m_appendedTo;
|
||||
m_properties = other.m_properties;
|
||||
m_fileName = other.m_fileName;
|
||||
m_type = other.m_type;
|
||||
m_appended = other.m_appended;
|
||||
m_additionalPart = other.m_additionalPart;
|
||||
m_isPlaylist = other.m_isPlaylist;
|
||||
m_playlistDuration = other.m_playlistDuration;
|
||||
m_playlistSize = other.m_playlistSize;
|
||||
m_playlistChapters = other.m_playlistChapters;
|
||||
m_playlistFiles = other.m_playlistFiles;
|
||||
m_appendedTo = other.m_appendedTo;
|
||||
m_probeRangePercentage = other.m_probeRangePercentage;
|
||||
|
||||
m_tracks.clear();
|
||||
|
Loading…
Reference in New Issue
Block a user