comparison cpp/qt_gui/UrlHandler_shell.h @ 149:7bc921c7100a

QDesktopServices.setUrlHandler - temporary solution
author eldar
date Sat, 13 Jun 2009 16:37:42 +0000
parents
children 7664de4a55e5
comparison
equal deleted inserted replaced
148:ae34188ddd84 149:7bc921c7100a
1 #include <QUrl>
2 #include <QObjectEntity.h>
3
4 class UrlHandler : public QObject, public Qtd_QObjectEntity
5 {
6 Q_OBJECT
7
8 public:
9 UrlHandler(void *d_ptr, QObject *parent = 0);
10
11 public slots:
12 void handleUrl(const QUrl &url);
13 };