mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-16 15:41:13 +02:00
2023-01-04 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdpadengined(8) that caused two instances of a pypad script to be started when adding a single instance in rdadmin(1). * Fixed a bug in rdpadengined(8) that caused failed to clean up properly after a failed pypad script startup. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// A container class for a Rivendell Notification message.
|
||||
//
|
||||
// (C) Copyright 2018-2022 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2018-2023 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,8 +21,8 @@
|
||||
#ifndef RDNOTIFICATION_H
|
||||
#define RDNOTIFICATION_H
|
||||
|
||||
#include <qstring.h>
|
||||
#include <qvariant.h>
|
||||
#include <QString>
|
||||
#include <QVariant>
|
||||
|
||||
class RDNotification
|
||||
{
|
||||
|
Reference in New Issue
Block a user