view cpp/qt_gui/UrlHandler_shell.h @ 314:80b52f5e97b6 lifetime

Structure without common root dir
author maxter <spambox@d-coding.com>
date Wed, 23 Dec 2009 23:17:36 +0200
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);
};