add some phone rumbling to big explosions, airbomb and sinegun
really have mine timer go up to 5 seconds
#include <QtGui/QApplication>
#include "editor.h"
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
editor w;
w.show();
return a.exec();
}