mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 02:36:34 +01:00
Spelling mistakeb
This commit is contained in:
parent
3847f8662d
commit
492659f2ea
@ -9,7 +9,7 @@ void TestPlugin::init(QString sPath)
|
|||||||
|
|
||||||
bool TestPlugin::testPlugin()
|
bool TestPlugin::testPlugin()
|
||||||
{
|
{
|
||||||
//This function is loaded right after init()
|
//This function is called right after init()
|
||||||
//There should be some testing if plugin is loaded correctly
|
//There should be some testing if plugin is loaded correctly
|
||||||
//If this function returns false, plugin is automatically unloaded
|
//If this function returns false, plugin is automatically unloaded
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ Updater::Updater(QupZilla* mainClass, QObject *parent) :
|
|||||||
|
|
||||||
void Updater::start()
|
void Updater::start()
|
||||||
{
|
{
|
||||||
startDownloadingUpdateInfo(QUrl(QupZilla::WWWADDRESS+"/update.php?i=actualversion"));
|
startDownloadingUpdateInfo(QUrl(QupZilla::WWWADDRESS+"/update.php?v="+QupZilla::VERSION));
|
||||||
}
|
}
|
||||||
|
|
||||||
void Updater::createTrayIcon()
|
void Updater::createTrayIcon()
|
||||||
|
Loading…
Reference in New Issue
Block a user