X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcoreapplication.h;h=6abc595c678e4f6c42d88f2863b8a7eda7e4d94d;hp=6f9e9baa28bb4d7ced236590eb2fdd09d7a9225e;hb=HEAD;hpb=92fc8c5b119111a35ab8423c3cbde5b2a022badf diff --git a/src/core/coreapplication.h b/src/core/coreapplication.h index 6f9e9baa..f350ae10 100644 --- a/src/core/coreapplication.h +++ b/src/core/coreapplication.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2018 by the Quassel Project * + * Copyright (C) 2005-2022 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 CORE_EXPORT CoreApplication : public QCoreApplication Q_OBJECT public: - CoreApplication(int &argc, char **argv); + CoreApplication(int& argc, char** argv); void init();