find all tools in same dir as moc; refs #40
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user