mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Tidy up Validators logging
This commit is contained in:
@@ -104,12 +104,12 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
String name ()
|
||||
std::string to_string () const
|
||||
{
|
||||
return uniqueID ();
|
||||
return uniqueID().toStdString();
|
||||
}
|
||||
|
||||
String uniqueID ()
|
||||
String uniqueID () const
|
||||
{
|
||||
return String ("Test,") + m_name + "," +
|
||||
String::fromNumber (m_start) + "," +
|
||||
|
||||
Reference in New Issue
Block a user