#362: Include QTimer library has been updated.

This commit is contained in:
Vokhmin Alexey V 2012-08-08 11:29:37 +04:00 committed by Joe Ferris
parent 215e244f79
commit af26babe24
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#include "Command.h"
#include "WebPageManager.h"
#include "WebPage.h"
#include <QTimer.h>
#include <QTimer>
TimeoutCommand::TimeoutCommand(Command *command, WebPageManager *manager, QObject *parent) : Command(parent) {
m_command = command;