view cpp/qt_gui/UrlHandler_shell.h @ 286:e6d48cb9d1e0 signals2

(none)
author eldar
date Sun, 08 Nov 2009 19:19:09 +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);
};