X-Git-Url: https://vaikene.ee/gitweb/gitweb.cgi?p=evaf;a=blobdiff_plain;f=src%2Flibs%2FCommon%2Feventqueue.h;fp=src%2Flibs%2FCommon%2Feventqueue.h;h=730801bae2d5b7fe2a9deff41d53e393f206f1da;hp=a4b834be5efef4ee253f50244cb1c983e0d428b4;hb=de270ece1b764b19968e14420f538321f1c06b15;hpb=cf45ef016ce162419f74f9165c4267a184714956 diff --git a/src/libs/Common/eventqueue.h b/src/libs/Common/eventqueue.h index a4b834b..730801b 100644 --- a/src/libs/Common/eventqueue.h +++ b/src/libs/Common/eventqueue.h @@ -3,7 +3,7 @@ * @brief Event queue interface implementation * @author Enar Vaikene * - * Copyright (c) 2011 Enar Vaikene + * Copyright (c) 2011-2019 Enar Vaikene * * This file is part of the eVaf C++ cross-platform application development framework. * @@ -83,7 +83,7 @@ private slots: /// One of the subscribers is destroyed /// We need to remove it from the list of subscribers. - void subscriberDestroyed(QObject * obj = 0); + void subscriberDestroyed(QObject * obj = nullptr); };