mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Merge pull request #5249
Pavel Karelin (1): chore: Fix warnings: remove unused variables
This commit is contained in:
commit
a12bb068d0
|
@ -133,7 +133,6 @@ void FriendWidget::onContextMenuCalled(QContextMenuEvent* event)
|
|||
});
|
||||
}
|
||||
|
||||
const auto& s = Settings::getInstance();
|
||||
const auto circleId = chatroom->getCircleId();
|
||||
auto circleMenu =
|
||||
menu.addMenu(tr("Move to circle...", "Menu to move a friend into a different circle"));
|
||||
|
@ -280,9 +279,6 @@ void FriendWidget::moveToCircle(int newCircleId)
|
|||
|
||||
void FriendWidget::changeAutoAccept(bool enable)
|
||||
{
|
||||
const auto frnd = chatroom->getFriend();
|
||||
const auto pk = frnd->getPublicKey();
|
||||
auto& s = Settings::getInstance();
|
||||
if (enable) {
|
||||
const auto oldDir = chatroom->getAutoAcceptDir();
|
||||
const auto newDir = QFileDialog::getExistingDirectory(
|
||||
|
|
Loading…
Reference in New Issue
Block a user