mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-30 17:20:32 +01:00
2021-02-23 Fred Gleason <fredg@paravelsystems.com>
* Removed the Qt3Support library from the build system. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -27,7 +27,8 @@
|
||||
class RDCmdSwitch
|
||||
{
|
||||
public:
|
||||
RDCmdSwitch(int argc,char *argv[],const char *modname,const char *usage);
|
||||
RDCmdSwitch(int argc,char *argv[],const QString &modname,
|
||||
const QString &usage);
|
||||
unsigned keys() const;
|
||||
QString key(unsigned n) const;
|
||||
QString value(unsigned n) const;
|
||||
|
||||
Reference in New Issue
Block a user