mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-26 04:58:49 +03:00
lint using clang11
This commit is contained in:
parent
6793bdf3fd
commit
2981f71d22
3 changed files with 6 additions and 16 deletions
|
@ -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
|
||||||
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 &)
|
||||||
|
|
Loading…
Reference in a new issue