File indexing completed on 2024-06-16 04:38:17

0001 /*
0002     SPDX-FileCopyrightText: 2007-2009 Sergio Pistone <sergio_pistone@yahoo.com.ar>
0003     SPDX-FileCopyrightText: 2010-2022 Mladen Milinkovic <max@smoothware.net>
0004 
0005     SPDX-License-Identifier: GPL-2.0-or-later
0006 */
0007 
0008 #include "removelinesdialog.h"
0009 
0010 using namespace SubtitleComposer;
0011 
0012 RemoveLinesDialog::RemoveLinesDialog(QWidget *parent)
0013     : ActionWithTextsTargetDialog(i18n("Remove Selected Lines"), i18n("Remove From"), parent)
0014 {
0015     setNonTranslationModeTarget(Both);
0016 }