mirror of
https://github.com/thoughtbot/capybara-webkit
synced 2023-03-27 23:22:28 -04:00
5 lines
99 B
C++
5 lines
99 B
C++
|
#include "RequestHandler.h"
|
||
|
|
||
|
RequestHandler::RequestHandler(QObject *parent) : QObject(parent) {
|
||
|
}
|