X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2Fresizingstackedwidget.h;h=db3a987d0f81c0c0448d8a1f1a4bae2352cdc88a;hb=8961f348947fc55cc4bc769563684af3f2ea7ccc;hp=ada5b1a4d6a59e59e9f254f4f0efb771d9cda591;hpb=e8a39b4c3c92e193ab861a3fea84a261bb6fbd24;p=quassel.git diff --git a/src/uisupport/resizingstackedwidget.h b/src/uisupport/resizingstackedwidget.h index ada5b1a4..db3a987d 100644 --- a/src/uisupport/resizingstackedwidget.h +++ b/src/uisupport/resizingstackedwidget.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 * @@ -29,7 +29,7 @@ class UISUPPORT_EXPORT ResizingStackedWidget : public QStackedWidget Q_OBJECT public: - ResizingStackedWidget(QWidget *parent = nullptr); + ResizingStackedWidget(QWidget* parent = nullptr); QSize sizeHint() const override;