diff options
Diffstat (limited to 'src/hardware.h')
-rw-r--r-- | src/hardware.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/hardware.h b/src/hardware.h index b46578d..4d64314 100644 --- a/src/hardware.h +++ b/src/hardware.h @@ -157,6 +157,11 @@ private: */ TQStringList allUDIs; + /*! + * This TQStringList contains the unmonitored UDIs we alread know + */ + TQStringList unknownUDIs; + //! hold information if suspend/standby/pm actions are supported and allowed /*! * This dictionary contains information about the available pm capabilities and |