1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00
LibQQt/qqtanimation.cpp
2017-08-15 10:44:24 +08:00

7 lines
116 B
C++

#include "qqtanimation.h"
QQTAnimation::QQTAnimation(QObject *parent) : QParallelAnimationGroup(parent)
{
}