mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-30 17:20:32 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user