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:
parent
bfbda84141
commit
f80125e6cb
65 changed files with 109 additions and 134 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue