Fixes to speed alarm and poi alerts. Added flicker effect. Some new fields to text...
[jspeed] / src / buttonbox.h
index 6a3771c..8b1bc49 100644 (file)
@@ -29,10 +29,6 @@ class ButtonBox : public QDialogButtonBox
 
 public:
     ButtonBox(QWidget* parent = 0);
-    QPushButton* addButton(QString const& text,
-                           const QObject* receiver,
-                           const char* member,
-                           QDialogButtonBox::ButtonRole role = QDialogButtonBox::AcceptRole);
 };
 
 #endif