mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
chore: clang-tidy cleanups (#1287)
* chore: fix syntax error in clang-tidy config file
This commit is contained in:
@@ -15,12 +15,14 @@ InteropObject::InteropObject(QObject* parent) :
|
||||
{
|
||||
}
|
||||
|
||||
// NOLINTNEXTLINE(readability-identifier-naming)
|
||||
bool InteropObject::PresentWindow()
|
||||
{
|
||||
qApp->raise();
|
||||
return true;
|
||||
}
|
||||
|
||||
// NOLINTNEXTLINE(readability-identifier-naming)
|
||||
bool InteropObject::AddMetainfo(QString const& metainfo)
|
||||
{
|
||||
AddData addme(metainfo);
|
||||
|
||||
Reference in New Issue
Block a user