diff options
Diffstat (limited to 'src/daemon/NotifyWidget.cpp')
| -rw-r--r-- | src/daemon/NotifyWidget.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/daemon/NotifyWidget.cpp b/src/daemon/NotifyWidget.cpp index f80036d..d780957 100644 --- a/src/daemon/NotifyWidget.cpp +++ b/src/daemon/NotifyWidget.cpp @@ -189,6 +189,14 @@ void NotifyWidget::setSuppressSound(bool s) { mSuppressSound = s; } +void NotifyWidget::setResident(bool r) { + mResident = r; +} + +bool NotifyWidget::isResident() { + return mResident; +} + void NotifyWidget::setTransient(bool t) { mTransient = t; } |
