mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:24:00 +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();
|
||||
|
||||
signals:
|
||||
void selected(QString);
|
||||
void selected(QString filename);
|
||||
|
||||
public slots:
|
||||
void browse();
|
||||
|
|
|
@ -28,7 +28,7 @@ public:
|
|||
static QByteArray download(const QUrl dataURL, int timeout = 0);
|
||||
|
||||
signals:
|
||||
void done(QNetworkReply::NetworkError);
|
||||
void done(QNetworkReply::NetworkError error);
|
||||
|
||||
private slots:
|
||||
void processReply(QNetworkReply* reply);
|
||||
|
|
Loading…
Reference in a new issue