new sounds

animation timeout fixed
This commit is contained in:
doitux
2007-06-10 20:43:48 +00:00
parent b624714f5d
commit b028ab1d57
8 changed files with 45 additions and 15 deletions
+6
View File
@@ -12,6 +12,8 @@
#ifndef MYSETLABEL_H
#define MYSETLABEL_H
#include <iostream>
#include <QtGui>
#include <QtCore>
@@ -50,6 +52,10 @@ private:
int timeOutAnimationWidth;
int timeOutValue;
int timeOutFrame;
int waitFrames;
int decreaseWidthIntervall;
int timerIntervall;
};
#endif