Including 'moc' files, should speed up compilation.
svn path=/trunk/KDE/kdelibs/; revision=1095303
This commit is contained in:
parent
6265ebb629
commit
af1a619c06
@ -85,3 +85,5 @@ void FadeAnimation::updateCurrentTime(int currentTime)
|
||||
}
|
||||
|
||||
} //namespace Plasma
|
||||
|
||||
#include <../fade_p.moc>
|
||||
|
@ -94,3 +94,5 @@ void GeometryAnimation::updateCurrentTime(int currentTime)
|
||||
}
|
||||
|
||||
} //namespace Plasma
|
||||
|
||||
#include <../geometry_p.moc>
|
||||
|
@ -96,3 +96,5 @@ void GrowAnimation::updateState(QAbstractAnimation::State newState, QAbstractAni
|
||||
|
||||
} //namespace Plasma
|
||||
|
||||
#include <../grow_p.moc>
|
||||
|
||||
|
@ -165,3 +165,5 @@ void PixmapTransition::updateCurrentTime(int currentTime)
|
||||
}
|
||||
|
||||
} //namespace Plasma
|
||||
|
||||
#include <../pixmaptransition_p.moc>
|
||||
|
@ -141,3 +141,5 @@ void PulseAnimation::updateCurrentTime(int currentTime)
|
||||
}
|
||||
|
||||
} //namespace Plasma
|
||||
|
||||
#include <../pulser_p.moc>
|
||||
|
@ -170,3 +170,5 @@ void RotationAnimation::updateCurrentTime(int currentTime)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#include <../rotation_p.moc>
|
||||
|
@ -182,4 +182,7 @@ void RotationStackedAnimation::updateTransformations()
|
||||
targetWidget()->setTransformations(frontTransformation);
|
||||
backWidget()->setTransformations(backTransformation);
|
||||
}
|
||||
}
|
||||
|
||||
} //namespace Plasma
|
||||
|
||||
#include <../rotationstacked_p.moc>
|
||||
|
@ -127,3 +127,4 @@ void SlideAnimation::updateState(QAbstractAnimation::State newState, QAbstractAn
|
||||
|
||||
} //namespace Plasma
|
||||
|
||||
#include <../slide_p.moc>
|
||||
|
Loading…
x
Reference in New Issue
Block a user