view cpp/qt_gui/UrlHandler_shell.h @ 268:cf6a4cd0e3f2

fix for #35
author eldar
date Sun, 20 Sep 2009 09:11:51 +0000
parents 34a37904ff77
children
line wrap: on
line source

#include <QUrl>
#include <QObjectEntity.h>

class UrlHandler : public QObject, public QtD_QObjectEntity
{
    Q_OBJECT

public:
    UrlHandler(void *d_ptr, QObject *parent = 0);

public slots:
    void handleUrl(const QUrl &url);
};