mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-23 23:48:22 -04:00
i18n: drop orphaned #undefs (thanks Kevin Kofler)
This commit is contained in:
parent
f49e0f6d92
commit
874514a4e4
2 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue