#include "fab.h"
FloatingActionButton::FloatingActionButton(QWidget *parent)
: RaisedButton(parent)
{
}
FloatingActionButton::~FloatingActionButton()