mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-04-24 06:53:59 +02:00
2018-02-06 Fred Gleason <fredg@paravelsystems.com>
* Refactored the RDListLogs class to use RDApplication. * Converted rdadmin(1) to use RDApplication.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// List Rivendell Matrices
|
||||
//
|
||||
// (C) Copyright 2002-2003,2016 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2002-2003,2016-2018 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
|
||||
@@ -29,12 +29,14 @@
|
||||
#include <qmessagebox.h>
|
||||
#include <qbuttongroup.h>
|
||||
|
||||
#include <rdstation.h>
|
||||
//#include <rdstation.h>
|
||||
#include <rdapplication.h>
|
||||
#include <rddb.h>
|
||||
#include <globals.h>
|
||||
#include <list_matrices.h>
|
||||
#include <edit_matrix.h>
|
||||
#include <add_matrix.h>
|
||||
|
||||
#include "add_matrix.h"
|
||||
#include "edit_matrix.h"
|
||||
#include "globals.h"
|
||||
#include "list_matrices.h"
|
||||
|
||||
ListMatrices::ListMatrices(QString station,QWidget *parent)
|
||||
: QDialog(parent,"",true)
|
||||
@@ -239,7 +241,7 @@ void ListMatrices::closeData()
|
||||
if(list_matrix_modified[i]) {
|
||||
macro.setAddress(rmt_station->address());
|
||||
macro.setArg(0,i);
|
||||
rdripc->sendRml(¯o);
|
||||
rda->ripc()->sendRml(¯o);
|
||||
}
|
||||
}
|
||||
delete rmt_station;
|
||||
|
||||
Reference in New Issue
Block a user