mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-16 23:51:20 +02:00
2022-09-07 Fred Gleason <fredg@paravelsystems.com>
* Dropped the 'STATIONS.EDITOR_PATH' field from the database. * Incremented the database version to 357. * Removed the 'RDStation::editorPath()' and 'RDStation::setEditorPath()' methods. * Removed the 'Audio Editor' control from the 'Configure Host' dialog in rdadmin(1). * Removed the 'Send to Editor' button from 'RDCartDialog'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// Abstract a Rivendell Workstation
|
||||
//
|
||||
// (C) Copyright 2002-2004,2016 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
|
||||
@@ -21,8 +21,7 @@
|
||||
#ifndef RDSTATION_H
|
||||
#define RDSTATION_H
|
||||
|
||||
#include <qsqldatabase.h>
|
||||
#include <qhostaddress.h>
|
||||
#include <QHostAddress>
|
||||
|
||||
#include <rdconfig.h>
|
||||
|
||||
@@ -62,8 +61,6 @@ class RDStation
|
||||
void setHeartbeatInterval(unsigned interval) const;
|
||||
unsigned startupCart() const;
|
||||
void setStartupCart(unsigned cartnum) const;
|
||||
QString editorPath() const;
|
||||
void setEditorPath(const QString &cmd);
|
||||
QString reportEditorPath() const;
|
||||
void setReportEditorPath(const QString &cmd);
|
||||
QString browserPath() const;
|
||||
|
Reference in New Issue
Block a user