From fa539e0228bb618516372d330b9e57f8f482d422 Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 28 Aug 2016 17:03:04 +0200 Subject: add calendar feature --- musiccontroller_p.h | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'musiccontroller_p.h') diff --git a/musiccontroller_p.h b/musiccontroller_p.h index dd26ff0..9ade33a 100644 --- a/musiccontroller_p.h +++ b/musiccontroller_p.h @@ -1,3 +1,21 @@ +/* + * libwatchfish - library with common functionality for SailfishOS smartwatch connector programs. + * Copyright (C) 2016 Javier S. Pedro + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + #ifndef WATCHFISH_MUSICCONTROLLER_P_H #define WATCHFISH_MUSICCONTROLLER_P_H @@ -14,7 +32,7 @@ class MusicControllerPrivate : public QObject Q_OBJECT public: - MusicControllerPrivate(MusicController *q); + explicit MusicControllerPrivate(MusicController *q); ~MusicControllerPrivate(); public: -- cgit v1.2.3