capybara-webkit/src/WindowFocus.h

13 lines
232 B
C
Raw Normal View History

#include "WindowCommand.h"
2012-03-26 22:41:33 +00:00
class WindowFocus : public WindowCommand {
2012-03-26 22:41:33 +00:00
Q_OBJECT
public:
WindowFocus(WebPageManager *, QStringList &arguments, QObject *parent = 0);
2012-03-26 22:41:33 +00:00
protected:
virtual void windowFound(WebPage *);
2012-03-26 22:41:33 +00:00
};