diff options
author | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-11-22 01:32:14 +0200 |
---|---|---|
committer | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-11-22 01:32:14 +0200 |
commit | 17d203d2fcb93673163cde0eda6e28b38007f910 (patch) | |
tree | 1016b09a1b6f22d65856987a7992db4c1ea46675 /client/ProxyClientApp.cpp | |
parent | e555b3102f7be659f53bc24e81bcba90d97aad81 (diff) |
DOwnload/Delete file list request and parsing. FIX bug while reading other configs
Diffstat (limited to 'client/ProxyClientApp.cpp')
-rw-r--r-- | client/ProxyClientApp.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/ProxyClientApp.cpp b/client/ProxyClientApp.cpp index e132d53..4b233e5 100644 --- a/client/ProxyClientApp.cpp +++ b/client/ProxyClientApp.cpp @@ -92,6 +92,10 @@ void ProxyClientApp::configUpdated() updatedMsg.setStandardButtons(QMessageBox::Ok); updatedMsg.setIcon(QMessageBox::Information); updatedMsg.exec(); + + /* delete files */ + + /* download files */ } void ProxyClientApp::quitApp() |