Skip to content
Snippets Groups Projects
Verified Commit 2981f71d authored by Nicolas Werner's avatar Nicolas Werner
Browse files

lint using clang11

parent 6793bdf3
No related branches found
No related tags found
No related merge requests found
Pipeline #1937 passed
...@@ -631,8 +631,8 @@ DeviceVerificationFlow::sendVerificationRequest() ...@@ -631,8 +631,8 @@ DeviceVerificationFlow::sendVerificationRequest()
req.to = this->toClient.to_string(); req.to = this->toClient.to_string();
req.msgtype = "m.key.verification.request"; req.msgtype = "m.key.verification.request";
req.body = "User is requesting to verify keys with you. However, your client does " req.body = "User is requesting to verify keys with you. However, your client does "
"not support this method, so you will need to use the legacy method of " "not support this method, so you will need to use the legacy method of "
"key verification."; "key verification.";
} }
send(req); send(req);
......
...@@ -100,16 +100,10 @@ NotificationsManager::systemPostNotification(const QString &line1, ...@@ -100,16 +100,10 @@ NotificationsManager::systemPostNotification(const QString &line1,
WinToast::instance()->showToast(templ, new CustomHandler()); WinToast::instance()->showToast(templ, new CustomHandler());
} }
void void NotificationsManager::actionInvoked(uint, QString) {}
NotificationsManager::actionInvoked(uint, QString) void NotificationsManager::notificationReplied(uint, QString) {}
{}
void
NotificationsManager::notificationReplied(uint, QString)
{}
void void NotificationsManager::notificationClosed(uint, uint) {}
NotificationsManager::notificationClosed(uint, uint)
{}
void void
NotificationsManager::removeNotification(const QString &, const QString &) NotificationsManager::removeNotification(const QString &, const QString &)
......
...@@ -1114,11 +1114,7 @@ WebRTCSession::haveLocalPiP() const ...@@ -1114,11 +1114,7 @@ WebRTCSession::haveLocalPiP() const
return false; return false;
} }
bool bool WebRTCSession::createOffer(webrtc::CallType, uint32_t) { return false; }
WebRTCSession::createOffer(webrtc::CallType, uint32_t)
{
return false;
}
bool bool
WebRTCSession::acceptOffer(const std::string &) WebRTCSession::acceptOffer(const std::string &)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment