mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
Mod some qWarning add QObject::tr
This commit is contained in:
@@ -2109,7 +2109,7 @@ int QETApp::projectIdFromString(const QString &url) {
|
||||
QRegularExpression::CaseInsensitiveOption);
|
||||
if (!embedded.isValid())
|
||||
{
|
||||
qWarning() <<"this is an error in the code"
|
||||
qWarning() <<QObject::tr("this is an error in the code")
|
||||
<< embedded.errorString()
|
||||
<< embedded.patternErrorOffset();
|
||||
return(-1);
|
||||
|
||||
Reference in New Issue
Block a user