i18n: drop orphaned #undefs (thanks Kevin Kofler)
This commit is contained in:
parent
f49e0f6d92
commit
874514a4e4
@ -291,7 +291,6 @@ ProcessResult::explainProcess( int ec, const QString& command, const QString& ou
|
|||||||
.arg( command )
|
.arg( command )
|
||||||
.arg( ec )
|
.arg( ec )
|
||||||
+ outputMessage );
|
+ outputMessage );
|
||||||
#undef trIndirect
|
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
@ -271,7 +271,7 @@ public:
|
|||||||
return QCoreApplication::translate( "PWQ", "Unknown error" );
|
return QCoreApplication::translate( "PWQ", "Unknown error" );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#undef tr
|
|
||||||
private:
|
private:
|
||||||
pwquality_settings_t* m_settings;
|
pwquality_settings_t* m_settings;
|
||||||
int m_rv;
|
int m_rv;
|
||||||
|
Loading…
Reference in New Issue
Block a user