summaryrefslogtreecommitdiffstats
path: root/application/dialogs/NotificationDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'application/dialogs/NotificationDialog.cpp')
-rw-r--r--application/dialogs/NotificationDialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/application/dialogs/NotificationDialog.cpp b/application/dialogs/NotificationDialog.cpp
index 8f920371..d61bf6bd 100644
--- a/application/dialogs/NotificationDialog.cpp
+++ b/application/dialogs/NotificationDialog.cpp
@@ -18,6 +18,7 @@ NotificationDialog::NotificationDialog(const NotificationChecker::NotificationEn
case NotificationChecker::NotificationEntry::Warning:
icon = QStyle::SP_MessageBoxWarning;
break;
+ default:
case NotificationChecker::NotificationEntry::Information:
icon = QStyle::SP_MessageBoxInformation;
break;