diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-01-20 19:03:00 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-01-20 19:03:00 +0100 |
commit | 504311e2a45c18e08865269985f00f7f3f3e6e8a (patch) | |
tree | f746c8b9a6becec92d023a112b3dc3e8e133cc65 /src/mainwindow.h | |
parent | Updated TODO && CMakelists.txt (diff) | |
download | rekonq-504311e2a45c18e08865269985f00f7f3f3e6e8a.tar.xz |
Implemented a new function to download data with KJob technologies..
It's not working. For now. But we are nearing the goal..
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 86a3e30d..8b8f1cbe 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -110,7 +110,6 @@ private slots: // Tools Menu slots void slotToggleInspector(bool enable); - void slotDownloadManager(); // Settings Menu slots void slotPreferences(); |