mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-14 06:32:33 +01:00
refactor: use std::string for thread names
This commit is contained in:
@@ -982,7 +982,7 @@ void PrintSlotException(
|
||||
std::string description = sender->metaObject()->className();
|
||||
description += "->";
|
||||
description += receiver->metaObject()->className();
|
||||
PrintExceptionContinue(exception, description.c_str());
|
||||
PrintExceptionContinue(exception, description);
|
||||
}
|
||||
|
||||
void ShowModalDialogAsynchronously(QDialog* dialog)
|
||||
|
||||
Reference in New Issue
Block a user