2021-02-24 Fred Gleason <fredg@paravelsystems.com>

* Updated build system to use Qt5 instead of Qt4.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-02-24 16:12:22 -05:00
parent 5131b1d5fe
commit 57abeada3c
130 changed files with 481 additions and 441 deletions

View File

@@ -2,7 +2,7 @@
//
// Process Rivendell Command-Line Switches
//
// (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
@@ -27,8 +27,9 @@
class RDCmdSwitch
{
public:
RDCmdSwitch(const QString &modname,const QString &usage);
RDCmdSwitch(int argc,char *argv[],const QString &modname,
const QString &usage);
const QString &usage);
unsigned keys() const;
QString key(unsigned n) const;
QString value(unsigned n) const;