mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 08:01:13 +02:00
2020-10-13 Fred Gleason <fredg@paravelsystems.com>
* Added an 'ENCODER_PRESETS' table to the database. * Incremented the database verssion to 343. * Added an 'Encoder Profiles' dialog to rdadmin(1). * Removed static content dependencies from the WebGet service. * Refactored the WebGet service to use Encoder Profiles. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// The Administrator Utility for Rivendell.
|
||||
//
|
||||
// (C) Copyright 2002-2018 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2002-2020 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
|
||||
@@ -40,7 +40,7 @@
|
||||
#include <rddbheartbeat.h>
|
||||
#include <rdescape_string.h>
|
||||
|
||||
#include "edit_settings.h"
|
||||
#include "edit_system.h"
|
||||
#include "globals.h"
|
||||
#include "info_dialog.h"
|
||||
#include "list_feeds.h"
|
||||
@@ -306,9 +306,9 @@ void MainWidget::manageStationsData()
|
||||
|
||||
void MainWidget::systemSettingsData()
|
||||
{
|
||||
EditSettings *edit_settings=new EditSettings(this);
|
||||
edit_settings->exec();
|
||||
delete edit_settings;
|
||||
EditSystem *edit_system=new EditSystem(this);
|
||||
edit_system->exec();
|
||||
delete edit_system;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user