2021-04-05 Fred Gleason <fredg@paravelsystems.com>

* Cleaned up compilation warnings in rddbmgr(8).
	* Rebased rddbmgr(8) to use 'QCoreApplication' rather than
	'QApplication'.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-04-05 13:43:31 -04:00
parent c6f5d47987
commit 460509efaf
4 changed files with 14 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
//
// Rivendell database management utility
//
// (C) Copyright 2018-2020 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2018-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
@@ -21,7 +21,7 @@
#ifndef RDDBMGR_H
#define RDDBMGR_H
#include <qobject.h>
#include <QObject>
#include <rdconfig.h>
#include <rdfeed.h>