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

@@ -16,7 +16,7 @@ class FlashButton : public QPushButton
{
Q_OBJECT
public:
FlashButton(QString text, QString name = "" , QWidget* parent = 0);
FlashButton(const QString& text, const QString& name = "" , QWidget* parent = 0);
public slots:
//make the button turn blue if it was gray, or visa versa.
void flash();