Mercurial > trustbridge
diff ui/certificatelistwidget.h @ 1011:9c4543128666
(issue94) Move install / remove labels into ctor and translate them.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Tue, 02 Sep 2014 14:43:48 +0200 |
parents | a467204a35f5 |
children | 2b3526ef2d69 |
line wrap: on
line diff
--- a/ui/certificatelistwidget.h Tue Sep 02 12:18:04 2014 +0200 +++ b/ui/certificatelistwidget.h Tue Sep 02 14:43:48 2014 +0200 @@ -32,8 +32,8 @@ void addCertificate(const Certificate &certificate, bool state, bool editable = true, - const QString& installLabel = tr("install"), - const QString& removeLabel = tr("remove")); + const QString& installLabel = QString(), + const QString& removeLabel = QString()); void removeCertificate(const Certificate &cert); void setCertState(bool state, const Certificate &cert); void clear();