mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
kdeplasma-addons: sync exchange rates URL with kde-workspace runner
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
36d6b9b204
commit
ddead8b99f
2 changed files with 4 additions and 2 deletions
|
@ -52,7 +52,7 @@ QalculateEngine::QalculateEngine(QalculateSettings* settings, QObject* parent):
|
|||
|
||||
void QalculateEngine::updateExchangeRates()
|
||||
{
|
||||
KUrl source = KUrl("http://www.ecb.int/stats/eurofxref/eurofxref-daily.xml");
|
||||
KUrl source = KUrl("https://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml");
|
||||
KUrl dest = KUrl("~/.qalculate/eurofxref-daily.xml");
|
||||
|
||||
KIO::Job* getJob = KIO::file_copy(source, dest, -1, KIO::Overwrite | KIO::HideProgressInfo);
|
||||
|
|
|
@ -32,7 +32,9 @@
|
|||
#include <KComboBox>
|
||||
|
||||
|
||||
QalculateSettings::QalculateSettings(QalculateApplet* applet): QObject(0), m_applet(applet)
|
||||
QalculateSettings::QalculateSettings(QalculateApplet* applet)
|
||||
: QObject(0),
|
||||
m_applet(applet)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue