fix missing ;

This commit is contained in:
Patrick von Reth 2015-06-29 15:33:16 +02:00
parent bddefe63d5
commit 906a79cea8
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ void FreedesktopBackend::slotNotify(Notification noti)
hints["image_data"] = QVariant::fromValue(image);
}
char urgency = '1'
char urgency = '1';
if(noti.priority() < 0){
urgency = '0';
} else if(noti.priority() > 2) {