view cpp/qt_gui/UrlHandler_shell.h @ 236:fcc0ada121e1

The fix from rev.236 is back
author SokoL_SD
date Sun, 19 Jul 2009 18:20:15 +0000
parents 7bc921c7100a
children 7664de4a55e5
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);
};