X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fqtuiapplication.h;h=e5e20b5456df971b0fc9f530dde8ddb4368439ba;hb=f42dc2dd4b22600ca1dc6d8bdcc94aa16dda8276;hp=0bcb3e3c409ace433f8bf5dc06b83011237f524d;hpb=b5dfd31e3d1ad7ca4bfe8262b62be259f6dc786a;p=quassel.git diff --git a/src/qtui/qtuiapplication.h b/src/qtui/qtuiapplication.h index 0bcb3e3c..e5e20b54 100644 --- a/src/qtui/qtuiapplication.h +++ b/src/qtui/qtuiapplication.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2016 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -88,6 +88,4 @@ private slots: private: bool _aboutToQuit{false}; - - Quassel _quasselInstance; };