2016-06-12 08:21:58 +00:00
|
|
|
#include "fab.h"
|
|
|
|
|
2016-06-12 09:03:29 +00:00
|
|
|
FloatingActionButton::FloatingActionButton(QWidget *parent)
|
2016-06-12 10:26:38 +00:00
|
|
|
: RaisedButton(parent)
|
2016-06-12 08:21:58 +00:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
FloatingActionButton::~FloatingActionButton()
|
|
|
|
{
|
|
|
|
}
|