File indexing completed on 2024-06-23 04:52:41

0001 /*
0002         SPDX-FileCopyrightText: 2007-2009 Sergio Pistone <sergio_pistone@yahoo.com.ar>
0003 
0004         SPDX-License-Identifier: GPL-2.0-or-later
0005 
0006         @category Examples
0007         @name Remove Unselected Lines
0008         @version 1.0
0009         @summary Example script to remove all lines except the selected ones.
0010         @author SubtitleComposer Team
0011 */
0012 
0013 subtitle.instance().removeLines(ranges.newSelectionRangeList().complement());