diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-03-06 16:56:54 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-03-06 16:56:54 +0900 |
commit | c9e2911bdb07fe817b75947c6e896552fa64cddf (patch) | |
tree | f41a5fbacc32dc514de2cb07b131040887d5a230 /kcontrol/hwmanager/hwmanager.h | |
parent | c8b66185bef7250219dd712a91e1956d63e99f34 (diff) | |
download | tdebase-c9e2911bdb07fe817b75947c6e896552fa64cddf.tar.gz tdebase-c9e2911bdb07fe817b75947c6e896552fa64cddf.zip |
tdehwdevicemanager: fix SEGV caused by removing a device when the Device list
dialog is open. Also make sure to update the device list correctly when
a device is removed.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kcontrol/hwmanager/hwmanager.h')
-rw-r--r-- | kcontrol/hwmanager/hwmanager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kcontrol/hwmanager/hwmanager.h b/kcontrol/hwmanager/hwmanager.h index abc05fa54..033ed6252 100644 --- a/kcontrol/hwmanager/hwmanager.h +++ b/kcontrol/hwmanager/hwmanager.h @@ -59,6 +59,7 @@ k_dcop: private slots: void populateTreeView(); + void delayedPopulateTreeView(); void populateTreeViewLeaf(DeviceIconItem *parent, bool show_by_connection, TQString selected_syspath); void deviceChanged(TDEGenericDevice*); void cryptographicCardPinRequested(TQString prompt, TDECryptographicCardDevice* cdevice); |