1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-24 04:36:34 +01:00

[CaBundleUpdater] Reload certificates after finished bundle update.

This commit is contained in:
nowrep 2013-03-11 15:47:03 +01:00
parent ab8496610e
commit e455f58aa1

View File

@ -1,6 +1,6 @@
/* ============================================================
* QupZilla - WebKit based browser
* Copyright (C) 2010-2012 David Rosca <nowrep@gmail.com>
* Copyright (C) 2010-2013 David Rosca <nowrep@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -123,5 +123,8 @@ void CaBundleUpdater::replyFinished()
}
file.write(response);
// Reload newly downloaded certificates
mApp->networkManager()->loadSettings();
}
}