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( ec )
|
||||
+ outputMessage );
|
||||
#undef trIndirect
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
@ -271,7 +271,7 @@ public:
|
||||
return QCoreApplication::translate( "PWQ", "Unknown error" );
|
||||
}
|
||||
}
|
||||
#undef tr
|
||||
|
||||
private:
|
||||
pwquality_settings_t* m_settings;
|
||||
int m_rv;
|
||||
|
Loading…
Reference in New Issue
Block a user