mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
[win-linux] cpushbutton: small refactoring
This commit is contained in:
@ -32,6 +32,8 @@
|
||||
|
||||
#include "components/cpushbutton.h"
|
||||
#include <QPainter>
|
||||
#include <QSvgRenderer>
|
||||
#include <QVariantAnimation>
|
||||
|
||||
#define ANIMATION_MS 2500
|
||||
|
||||
|
||||
@ -34,9 +34,10 @@
|
||||
#define CPUSHBUTTON_H
|
||||
|
||||
#include <QPushButton>
|
||||
#include <QSvgRenderer>
|
||||
#include <QVariantAnimation>
|
||||
|
||||
|
||||
class QSvgRenderer;
|
||||
class QVariantAnimation;
|
||||
class CPushButton : public QPushButton
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
Reference in New Issue
Block a user