capybara-webkit/src/Node.h

12 lines
207 B
C
Raw Normal View History

2011-02-25 05:15:08 +00:00
#include "Command.h"
#include <QStringList>
class Node : public Command {
2011-02-25 05:15:08 +00:00
Q_OBJECT
public:
Node(WebPageManager *manager, QStringList &arguments, QObject *parent = 0);
virtual void start();
2011-02-25 05:15:08 +00:00
};