2021-03-08 Fred Gleason <fredg@paravelsystems.com>

* Fixed a regression in 'lib/rdconfig.cpp' that broke the build.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2021-03-08 10:57:37 -05:00
parent ea8bf6674a
commit 548105dbed
2 changed files with 8 additions and 7 deletions

View File

@ -21234,3 +21234,5 @@
2021-02-25 Fred Gleason <fredg@paravelsystems.com> 2021-02-25 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdlogmanager(1) that caused incorrect * Fixed a regression in rdlogmanager(1) that caused incorrect
operation of the progress dialog during log generation. operation of the progress dialog during log generation.
2021-03-08 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in 'lib/rdconfig.cpp' that broke the build.

View File

@ -2,7 +2,7 @@
// //
// A container class for a Rivendell Base Configuration // A container class for a Rivendell Base Configuration
// //
// (C) Copyright 2002-2019 Fred Gleason <fredg@paravelsystems.com> // (C) Copyright 2002-2021 Fred Gleason <fredg@paravelsystems.com>
// //
// This program is free software; you can redistribute it and/or modify // 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 // it under the terms of the GNU General Public License version 2 as
@ -28,12 +28,11 @@
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/types.h> #include <sys/types.h>
#include <qdatetime.h> #include <QDateTime>
#include <qmessagebox.h> #include <QObject>
#include <qobject.h> #include <QRegExp>
#include <qregexp.h> #include <QSettings>
#include <qsettings.h> #include <QStringList>
#include <qstringlist.h>
#include "rdconfig.h" #include "rdconfig.h"
#include "rdprofile.h" #include "rdprofile.h"