11 lines
159 B
C++
11 lines
159 B
C++
|
#include "fab.h"
|
||
|
|
||
|
FloatingActionButton::FloatingActionButton(QWidget *parent = 0)
|
||
|
: QWidget(parent)
|
||
|
{
|
||
|
}
|
||
|
|
||
|
FloatingActionButton::~FloatingActionButton()
|
||
|
{
|
||
|
}
|