mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-14 22:35:49 +00:00
clang-tidy warning fixes
This commit is contained in:
@ -45,7 +45,7 @@ void AWBugReporter::doConnect()
|
||||
{
|
||||
// additional method for testing needs
|
||||
connect(this, SIGNAL(replyReceived(const int, const QString &)), this,
|
||||
SLOT(showInformation(const int, const QString &)));
|
||||
SLOT(showInformation(int, const QString &)));
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user