mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 00:53:53 +02:00
2021-02-06 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'Q3Url' dependencies from rdrepld(8). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -21042,3 +21042,5 @@
|
|||||||
in ripcd(8).
|
in ripcd(8).
|
||||||
2021-02-06 Fred Gleason <fredg@paravelsystems.com>
|
2021-02-06 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Removed the 'Q3ListBox' dependencies from rdselect(1).
|
* Removed the 'Q3ListBox' dependencies from rdselect(1).
|
||||||
|
2021-02-06 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Removed the 'Q3Url' dependencies from rdrepld(8).
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
//
|
//
|
||||||
// Replicator implementation for the Citadel XDS Portal
|
// Replicator implementation for the Citadel XDS Portal
|
||||||
//
|
//
|
||||||
// (C) Copyright 2010-2020 Fred Gleason <fredg@paravelsystems.com>
|
// (C) Copyright 2010-2021 Fred Gleason <fredg@paravelsystems.com>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// 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
|
// it under the terms of the GNU General Public License version 2 as
|
||||||
@@ -24,10 +24,7 @@
|
|||||||
#include <syslog.h>
|
#include <syslog.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#include <q3url.h>
|
#include <QUrl>
|
||||||
|
|
||||||
#include <qfileinfo.h>
|
|
||||||
#include <qdatetime.h>
|
|
||||||
|
|
||||||
#include <rdapplication.h>
|
#include <rdapplication.h>
|
||||||
#include <rdaudioconvert.h>
|
#include <rdaudioconvert.h>
|
||||||
@@ -420,7 +417,7 @@ void CitadelXds::PurgeCuts()
|
|||||||
if(path.right(1)!="/") {
|
if(path.right(1)!="/") {
|
||||||
path+="/";
|
path+="/";
|
||||||
}
|
}
|
||||||
Q3Url url(path+q->value(1).toString());
|
QUrl url(path+q->value(1).toString());
|
||||||
conv=new RDDelete(rda->config());
|
conv=new RDDelete(rda->config());
|
||||||
conv->setTargetUrl(url);
|
conv->setTargetUrl(url);
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user