2023-01-16 Fred Gleason <fredg@paravelsystems.com>

* Refactored rddbconfig(8) so as to apply cursor styling
	consistently.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2023-01-16 19:30:47 -05:00
parent 0f07e7871e
commit 634b4b5bc9
6 changed files with 143 additions and 97 deletions

View File

@@ -3,7 +3,7 @@
// A Qt-based application to configure, backup, and restore
// the Rivendell database.
//
// (C) Copyright 2009-2018 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2009-2023 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
@@ -59,6 +59,10 @@ class MainWidget : public RDWidget
void resizeEvent(QResizeEvent *e);
private:
bool RunProcess(int *exit_code,QString *err_msg,
const QString &cmd,const QStringList &args,
const QString &output_filename="",
const QString &input_filename="");
RDConfig *rd_config;
bool db_manage_daemons;
bool db_daemon_start_needed;