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