mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-15 23:21:14 +02:00
2022-09-28 Fred Gleason <fredg@paravelsystems.com>
* Added an 'RDTranslator' class. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// A utility for sending RML Commands
|
||||
//
|
||||
// (C) Copyright 2002-2021 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2002-2022 Fred Gleason <fredg@paravelsystems.com>
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License version 2 as
|
||||
@@ -24,7 +24,9 @@
|
||||
#include <QApplication>
|
||||
#include <QLineEdit>
|
||||
#include <QMessageBox>
|
||||
#include <QTranslator>
|
||||
//#include <QTranslator>
|
||||
|
||||
#include <rdtranslator.h>
|
||||
|
||||
#include "rmlsend.h"
|
||||
|
||||
@@ -41,6 +43,8 @@ RDCmdSwitch *rdcmdswitch=NULL;
|
||||
MainWidget::MainWidget(RDConfig *c,QWidget *parent)
|
||||
: RDMainWindow("rmlsend",c)
|
||||
{
|
||||
rdt=new RDTranslator("rmlsend",parent);
|
||||
|
||||
//
|
||||
// Set Window Size
|
||||
//
|
||||
|
Reference in New Issue
Block a user