2024-04-03 Fred Gleason <fredg@paravelsystems.com>

* Added an 'ExtendedNextPadEvents=' directive to rd.conf(5).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2024-04-03 14:40:27 -04:00
parent bb013678ca
commit 3d4fbf254a
10 changed files with 95 additions and 15 deletions

View File

@@ -24,6 +24,8 @@
#include <QList>
#include <QObject>
#include <rdconfig.h>
#include "repeater.h"
#define RDPADD_USAGE "\n\n"
@@ -36,6 +38,7 @@ class MainObject : public QObject
private:
QList<Repeater *> d_repeaters;
RDConfig *d_config;
};