Skip to content

Commit

Permalink
Return from function
Browse files Browse the repository at this point in the history
  • Loading branch information
adeas31 committed Apr 10, 2016
1 parent 7d416a0 commit 0a1303a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMEdit/OMEditGUI/Options/NotificationsDialog.h
Expand Up @@ -54,7 +54,7 @@ class NotificationsDialog : public QDialog
enum NotificationIcon {NoIcon, QuestionIcon, InformationIcon, WarningIcon, CriticalIcon};
NotificationsDialog(NotificationType notificationType, NotificationIcon notificationIcon, MainWindow *pMainWindow);
void setNotificationLabelString(QString label);
QCheckBox* getNotificationCheckBox() {mpNotificationCheckBox;}
QCheckBox* getNotificationCheckBox() {return mpNotificationCheckBox;}
private:
MainWindow *mpMainWindow;
Label *mpNotificationLabel;
Expand Down

0 comments on commit 0a1303a

Please sign in to comment.