mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-29 15:12:34 +02:00
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:
parent
ea8bf6674a
commit
548105dbed
@ -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.
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user