17 lines
263 B
C++
17 lines
263 B
C++
#include "ElaMenuPrivate.h"
|
|
|
|
#include <QAction>
|
|
#include <QLinearGradient>
|
|
#include <QModelIndex>
|
|
#include <QPropertyAnimation>
|
|
|
|
#include "ElaMenu.h"
|
|
ElaMenuPrivate::ElaMenuPrivate(QObject* parent)
|
|
: QObject{parent}
|
|
{
|
|
}
|
|
|
|
ElaMenuPrivate::~ElaMenuPrivate()
|
|
{
|
|
}
|