diff options
author | Mavridis Philippe <mavridisf@gmail.com> | 2021-01-14 21:14:15 +0200 |
---|---|---|
committer | Mavridis Philippe <mavridisf@gmail.com> | 2021-01-14 21:14:15 +0200 |
commit | 13b4879d7e386d8591cd0c5ff3ff74cffe9aed34 (patch) | |
tree | 754bef330b3d7a5f09fe0a04412fd337fa9a456d /src/kuarantine.h | |
parent | 20c78186de6bb7963d5df866bb8c297ca7e3d46d (diff) | |
download | klamav-13b4879d7e386d8591cd0c5ff3ff74cffe9aed34.tar.gz klamav-13b4879d7e386d8591cd0c5ff3ff74cffe9aed34.zip |
Virus Browser: Reworked search engine slots.
Slots for obsolete search engines were removed and URLs for working
ones were put into variables (to make changing them easy).
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
Diffstat (limited to 'src/kuarantine.h')
-rw-r--r-- | src/kuarantine.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/kuarantine.h b/src/kuarantine.h index 060442a..e8eda63 100644 --- a/src/kuarantine.h +++ b/src/kuarantine.h @@ -126,14 +126,10 @@ private slots: void slotClearHistory(); void slotDeleteHistory(); void updateLastQuarLocations(); - void slotVirusPoolCurrent(); - void slotVirusListCurrent(); void slotGoogleCurrent(); void slotTrendMicroCurrent(); - void slotVirusPoolHistory(); void slotGoogleHistory(); void slotTrendMicroHistory(); - void slotVirusListHistory(); //void patternTextChanged( const TQString &); private: |