mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
Plugin LinksCloud:
- Fixed crash when clicking on the link. - Fixed process of https links. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5623 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
9aa6478910
commit
e7ff4bbab8
5 changed files with 12 additions and 76 deletions
|
@ -157,7 +157,7 @@ std::string VOIPPlugin::getPluginName() const
|
|||
return QApplication::translate("VOIPPlugin", "VOIP").toUtf8().constData();
|
||||
}
|
||||
|
||||
QTranslator* VOIPPlugin::qt_translator(QApplication *app, const QString& languageCode) const
|
||||
QTranslator* VOIPPlugin::qt_translator(QApplication */*app*/, const QString& languageCode) const
|
||||
{
|
||||
if (languageCode == "en") {
|
||||
return NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue