find all tools in same dir as moc; refs #40

This commit is contained in:
Marc Wäckerlin
2014-05-05 12:23:59 +00:00
parent 8a04f708cb
commit dcab643014
2 changed files with 15 additions and 13 deletions

View File

@@ -141,7 +141,7 @@ namespace gui {
public Q_SLOTS:
void proxyAuthenticationRequired(const QNetworkProxy& p,
void proxyAuthenticationRequired(const QNetworkProxy&,
QAuthenticator* auth) {
qDebug()<<"proxyAuthenticationRequired";
_proxyAuth._realm->setText(auth->realm());
@@ -154,7 +154,7 @@ namespace gui {
_auto.restart();
}
void authenticationRequired(QNetworkReply*, QAuthenticator* auth) {
void authenticationRequired(QNetworkReply*, QAuthenticator*) {
}
void proxyFoundSlot(const QUrl&, const QNetworkProxy& p) {