Skip to content

Commit

Permalink
thoughtbot#362: Include QTimer library has been updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
avokhmin authored and jferris committed Aug 10, 2012
1 parent 215e244 commit af26bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TimeoutCommand.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit af26bab

Please sign in to comment.