diff -r 45c83c88ac4b -r 5206f9a803d1 QTfrontend/ui/page/AbstractPage.h --- a/QTfrontend/ui/page/AbstractPage.h Thu Apr 13 15:18:07 2017 +0200 +++ b/QTfrontend/ui/page/AbstractPage.h Thu Apr 13 17:26:37 2017 +0200 @@ -190,6 +190,7 @@ * @return the button. */ QPushButtonWithSound * addButton(const QString & name, QGridLayout * grid, int row, int column, int rowSpan = 1, int columnSpan = 1, bool hasIcon = false, Qt::Alignment alignment = 0); + QPushButton * addSoundlessButton(const QString & name, QGridLayout * grid, int row, int column, int rowSpan = 1, int columnSpan = 1, bool hasIcon = false, Qt::Alignment alignment = 0); /** * @brief Creates a default formatted button and adds it to a