From b487b5bb8b314d381b6d13dcf4f49898f24b6f4a Mon Sep 17 00:00:00 2001 From: Mavridis Philippe Date: Fri, 15 Jan 2021 17:28:25 +0200 Subject: directorylist.*: Reimplemented mounting process. What remains is to figure out a way to pass ClamAV the mountpoint instead of the block device name. Signed-off-by: Mavridis Philippe --- src/directorylist.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/directorylist.h') diff --git a/src/directorylist.h b/src/directorylist.h index 343c3fa..4e4c058 100644 --- a/src/directorylist.h +++ b/src/directorylist.h @@ -113,6 +113,7 @@ class DeviceItem : public TQObject, public TQCheckListItem void completed() { if( childCount() == 0 ) { setExpandable( false ); repaint(); } } private: void mountDevice(const TQString & device); + TQString getMountPoint(const TQString & device); KDirLister m_lister; KURL m_url; bool m_listed; -- cgit v1.2.1