1
0
Fork 0
mirror of https://github.com/thoughtbot/capybara-webkit synced 2023-03-27 23:22:28 -04:00

Pass the WebPageManager to each command

This commit is contained in:
Matthew Horan 2012-04-04 18:18:17 -04:00
parent bfbda84141
commit f80125e6cb
65 changed files with 109 additions and 134 deletions

View file

@ -1,7 +1,8 @@
#include "Source.h"
#include "WebPage.h"
#include "WebPageManager.h"
Source::Source(WebPage *page, QStringList &arguments, QObject *parent) : Command(page, arguments, parent) {
Source::Source(WebPageManager *manager, QStringList &arguments, QObject *parent) : Command(manager, arguments, parent) {
}
void Source::start() {