view cpp/qt_gui/UrlHandler_shell.h @ 279:519befd5a5d1

Fix for windows build, thanks Rainer. Fix for signals.
author eldar
date Fri, 09 Oct 2009 06:17: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);
};