mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 19:52:26 +02:00
Added names to signals argument
This commit is contained in:
parent
a80f81c246
commit
d239aecbfb
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ public:
|
||||||
~ModelBrowser();
|
~ModelBrowser();
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
void selected(QString);
|
void selected(QString filename);
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
void browse();
|
void browse();
|
||||||
|
|
|
@ -28,7 +28,7 @@ public:
|
||||||
static QByteArray download(const QUrl dataURL, int timeout = 0);
|
static QByteArray download(const QUrl dataURL, int timeout = 0);
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
void done(QNetworkReply::NetworkError);
|
void done(QNetworkReply::NetworkError error);
|
||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
void processReply(QNetworkReply* reply);
|
void processReply(QNetworkReply* reply);
|
||||||
|
|
Loading…
Reference in a new issue