diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-07-31 19:52:42 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-07-31 19:52:42 -0500 |
commit | d129112ad9ce04fad979af95b5b5cd4fd87f5b2b (patch) | |
tree | 00cd9d65cbe08d8046f80475f065207e2e50177c /include/notifications/haptic.h | |
parent | f7563bed0b1434ccb0c506396666c0620c05596c (diff) | |
download | ayatana-indicator-datetime-d129112ad9ce04fad979af95b5b5cd4fd87f5b2b.tar.gz ayatana-indicator-datetime-d129112ad9ce04fad979af95b5b5cd4fd87f5b2b.tar.bz2 ayatana-indicator-datetime-d129112ad9ce04fad979af95b5b5cd4fd87f5b2b.zip |
in Haptic, make the looping logic easier to read.
Diffstat (limited to 'include/notifications/haptic.h')
-rw-r--r-- | include/notifications/haptic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/notifications/haptic.h b/include/notifications/haptic.h index d82d1c9..bfb5679 100644 --- a/include/notifications/haptic.h +++ b/include/notifications/haptic.h @@ -31,7 +31,7 @@ namespace notifications { ***/ /** - * A class that forces the screen display on and inhibits sleep + * Tries to emit haptic feedback to match the user-specified mode. */ class Haptic { |