root/src/onlinedropurl.cpp

1
2
3
4
5
6
7
#include "onlinedropurl.h"

OnlineDropUrl::OnlineDropUrl(QObject *parent) :
    QObject(parent)
{

}