mirror of
https://github.com/thoughtbot/capybara-webkit
synced 2023-03-27 23:22:28 -04:00
10 lines
181 B
C++
10 lines
181 B
C++
#include "NAME.h"
|
|
#include "WebPage.h"
|
|
|
|
NAME::NAME(WebPage *page, QObject *parent) : Command(page, parent) {
|
|
}
|
|
|
|
void NAME::start(QStringList &arguments) {
|
|
Q_UNUSED(arguments);
|
|
}
|
|
|