diff src/UpdateCheckDialog.h @ 770:01f01ab124a1

Prepared the UpdateCheckDialog for getting informed about proxy setting changes. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@1047 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Sat, 23 Apr 2011 10:43:42 +0000
parents f3631db17328
children 7982f8a04f73
line wrap: on
line diff
--- a/src/UpdateCheckDialog.h	Thu Apr 21 15:19:00 2011 +0000
+++ b/src/UpdateCheckDialog.h	Sat Apr 23 10:43:42 2011 +0000
@@ -50,6 +50,7 @@
     void checkResultsOfFetchedPadXMLFile(QNetworkReply *networkReply);
     void handleUpdateCheckDialogButtonClicked(QAbstractButton *clickedButton);
     void updateUpdateCheckProgressBar();
+    void onProxySettingsChanged();
 
 private:
 	Ui::UpdateCheckDialog *_updateCheckDialogForm;