localization and more const& params

This commit is contained in:
Mathias Panzenböck
2014-02-24 00:37:51 +01:00
parent a1d2c947c7
commit 6bd58aeb7c
13 changed files with 619 additions and 29 deletions

View File

@ -4,7 +4,7 @@
//Modified here (and in .h) to not have default arguments for 2 and 3.
//This caused an error with a development version of g++ on a Mandrake system
//in Sweden.
FlashButton::FlashButton( QString text, QString name, QWidget* parent )
FlashButton::FlashButton(const QString &text, const QString &name, QWidget* parent )
: QPushButton( text, parent )
{
this->setObjectName(name);