mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-01 14:20:11 +01:00
2021-02-02 Fred Gleason <fredg@paravelsystems.com>
* Added 'RDVarhostListModel'. * Refactored the 'Host Variables' dialog in rdadmin(1) to use the model-based API. * Removed the 'Add Host Variable' dialog from rdadmin(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#
|
||||
# The QMake project file for RDAdmin.
|
||||
#
|
||||
# (C) Copyright 2003-2005,2016 Fred Gleason <fredg@paravelsystems.com>
|
||||
# (C) Copyright 2003-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
|
||||
@@ -22,7 +22,6 @@ TEMPLATE = app
|
||||
x11 {
|
||||
SOURCES += add_feed.cpp
|
||||
SOURCES += add_group.cpp
|
||||
SOURCES += add_hostvar.cpp
|
||||
SOURCES += add_matrix.cpp
|
||||
SOURCES += add_replicator.cpp
|
||||
SOURCES += add_report.cpp
|
||||
@@ -93,7 +92,6 @@ x11 {
|
||||
x11 {
|
||||
HEADERS += add_feed.h
|
||||
HEADERS += add_group.h
|
||||
HEADERS += add_hostvar.h
|
||||
HEADERS += add_matrix.h
|
||||
HEADERS += add_replicator.h
|
||||
HEADERS += add_report.h
|
||||
|
||||
Reference in New Issue
Block a user