[libcalamares] Warnings--, update copyright

This commit is contained in:
Adriaan de Groot 2020-02-12 12:10:58 +01:00
parent 6432b7f42a
commit 7efed8226c

View File

@ -1,6 +1,6 @@
/* === This file is part of Calamares - <https://github.com/calamares> === /* === This file is part of Calamares - <https://github.com/calamares> ===
* *
* Copyright 2018, Adriaan de Groot <groot@kde.org> * Copyright 2018, 2020, Adriaan de Groot <groot@kde.org>
* *
* Calamares is free software: you can redistribute it and/or modify * Calamares is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
@ -38,8 +38,8 @@ class TestPaths : public QObject
{ {
Q_OBJECT Q_OBJECT
public: public:
TestPaths() {}; TestPaths() {}
virtual ~TestPaths() {}; virtual ~TestPaths() {}
private Q_SLOTS: private Q_SLOTS:
void initTestCase(); void initTestCase();