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:
parent
cde9721600
commit
d60cfe07b6
|
@ -1234,7 +1234,6 @@ void Settings::setCamVideoFPS(unsigned short newValue)
|
||||||
camVideoFPS = newValue;
|
camVideoFPS = newValue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
QString Settings::getFriendAdress(const QString &publicKey) const
|
QString Settings::getFriendAdress(const QString &publicKey) const
|
||||||
{
|
{
|
||||||
QMutexLocker locker{&bigLock};
|
QMutexLocker locker{&bigLock};
|
||||||
|
|
|
@ -59,7 +59,7 @@ void GenericNetCamView::setShowMessages(bool show, bool notify)
|
||||||
button->setText(tr("Show Messages"));
|
button->setText(tr("Show Messages"));
|
||||||
|
|
||||||
if (notify)
|
if (notify)
|
||||||
button->setIcon(QIcon("://ui/chatArea/info.svg"));
|
button->setIcon(QIcon(":/ui/chatArea/info.svg"));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user