diff options
author | Michele Calgaro <[email protected]> | 2020-11-23 09:53:38 +0800 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-11-23 09:53:38 +0800 |
commit | c71797083b01e82abc7ad1ff2d80a89f974cbccb (patch) | |
tree | d96e4197ca7919c5311b25a6206ed90f73eddd4b /kcontrol/hwmanager/hwdevicetray.h | |
parent | 56e992ab54d3c2c9460f4c3515dad138674dd993 (diff) | |
download | tdebase-c71797083b01e82abc7ad1ff2d80a89f974cbccb.tar.gz tdebase-c71797083b01e82abc7ad1ff2d80a89f974cbccb.zip |
tdehwdevicetray: added separate entries for 'Open' and 'Mount' actions.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kcontrol/hwmanager/hwdevicetray.h')
-rw-r--r-- | kcontrol/hwmanager/hwdevicetray.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kcontrol/hwmanager/hwdevicetray.h b/kcontrol/hwmanager/hwdevicetray.h index d207b430c..c5542fc11 100644 --- a/kcontrol/hwmanager/hwdevicetray.h +++ b/kcontrol/hwmanager/hwdevicetray.h @@ -58,6 +58,7 @@ protected slots: void slotSettingsChanged(int category); void slotHelpContents(); + void slotOpenDevice(int parameter); void slotMountDevice(int parameter); void slotUnmountDevice(int parameter); void slotUnlockDevice(int parameter); @@ -90,6 +91,7 @@ private: TQWidget* m_parent; TDEPassivePopupStackContainer* m_hardwareNotifierContainer; + TQStringMap m_openMenuIndexMap; TQStringMap m_mountMenuIndexMap; TQStringMap m_unmountMenuIndexMap; TQStringMap m_unlockMenuIndexMap; |