mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-05 16:20:14 +01:00
2022-10-28 Fred Gleason <fredg@paravelsystems.com>
* Added an 'RDCatchEvent' class. * Reimplemented the 'Deck Event Processed' command using 'RDCatchEvent'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#
|
||||
# The QMake project file for RDCatch.
|
||||
#
|
||||
# (C) Copyright 2003-2021 Fred Gleason <fredg@paravelsystems.com>
|
||||
# (C) Copyright 2003-2022 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
|
||||
@@ -30,6 +30,7 @@ x11 {
|
||||
SOURCES += edit_switchevent.cpp
|
||||
SOURCES += edit_download.cpp
|
||||
SOURCES += edit_upload.cpp
|
||||
SOURCES += eventlight.cpp
|
||||
SOURCES += eventwidget.cpp
|
||||
SOURCES += rdcatch.cpp
|
||||
SOURCES += list_reports.cpp
|
||||
@@ -47,6 +48,7 @@ x11 {
|
||||
HEADERS += edit_switchevent.h
|
||||
HEADERS += edit_download.h
|
||||
HEADERS += edit_upload.h
|
||||
HEADERS += eventlight.h
|
||||
HEADERS += eventwidget.h
|
||||
HEADERS += rdcatch.h
|
||||
HEADERS += list_reports.h
|
||||
|
||||
Reference in New Issue
Block a user