view cpp/qt_gui/UrlHandler_shell.h @ 321:d458ed66e871 signals

minor stuff
author eldar_ins@eldar-laptop
date Sat, 26 Dec 2009 05:10:16 +0500
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);
};