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>
* Fixed a regression in rdlogmanager(1) that caused incorrect
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
//
// (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
// it under the terms of the GNU General Public License version 2 as
@ -28,12 +28,11 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <qdatetime.h>
#include <qmessagebox.h>
#include <qobject.h>
#include <qregexp.h>
#include <qsettings.h>
#include <qstringlist.h>
#include <QDateTime>
#include <QObject>
#include <QRegExp>
#include <QSettings>
#include <QStringList>
#include "rdconfig.h"
#include "rdprofile.h"