QTfrontend/ui/page/AbstractPage.h
changeset 12250 5206f9a803d1
parent 11823 b421923c2577
--- 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