1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Remove an empty line and unneeded slash

This commit is contained in:
Zetok Zalbavar 2015-10-18 10:50:47 +01:00
parent cde9721600
commit d60cfe07b6
No known key found for this signature in database
GPG Key ID: C953D3880212068A
2 changed files with 1 additions and 2 deletions

View File

@ -1234,7 +1234,6 @@ void Settings::setCamVideoFPS(unsigned short newValue)
camVideoFPS = newValue;
}
QString Settings::getFriendAdress(const QString &publicKey) const
{
QMutexLocker locker{&bigLock};

View File

@ -59,7 +59,7 @@ void GenericNetCamView::setShowMessages(bool show, bool notify)
button->setText(tr("Show Messages"));
if (notify)
button->setIcon(QIcon("://ui/chatArea/info.svg"));
button->setIcon(QIcon(":/ui/chatArea/info.svg"));
}
else
{