X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fposixsignalwatcher.h;h=0607490550ff235597ce4f82e9e0c0e874a1ab1f;hb=8f92b3f08df9f4eb8fd243ccec6aa9d4b563ec23;hp=d96760eb79b6800f64ef44fa7b2454223467e16d;hpb=c015fbf8afaf64fbb5a8e2122e2a1ecf0325b1a1;p=quassel.git diff --git a/src/common/posixsignalwatcher.h b/src/common/posixsignalwatcher.h index d96760eb..06074905 100644 --- a/src/common/posixsignalwatcher.h +++ b/src/common/posixsignalwatcher.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2018 by the Quassel Project * + * Copyright (C) 2005-2019 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -36,7 +36,7 @@ class PosixSignalWatcher : public AbstractSignalWatcher Q_OBJECT public: - PosixSignalWatcher(QObject *parent = nullptr); + PosixSignalWatcher(QObject* parent = nullptr); private: static void signalHandler(int signal); @@ -48,5 +48,5 @@ private slots: private: static int _sockpair[2]; - QSocketNotifier *_notifier{nullptr}; + QSocketNotifier* _notifier{nullptr}; };