Merge pull request #41 from nephros/trivial
fix suspected copypaste error
This commit is contained in:
commit
54cbd89efa
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ void Settings::setHighNotificationsInterval(const int newInterval) {
|
|||
|
||||
void Settings::setLowNotificationsInterval(const int newInterval) {
|
||||
if(saveInteger(sLowNotificationsInterval, newInterval, lowNotificationsInterval)) {
|
||||
emit highNotificationsIntervalChanged(lowNotificationsInterval);
|
||||
emit lowNotificationsIntervalChanged(lowNotificationsInterval);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue