summaryrefslogtreecommitdiff
path: root/musiccontroller_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'musiccontroller_p.h')
-rw-r--r--musiccontroller_p.h20
1 files changed, 19 insertions, 1 deletions
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 <dev.git@javispedro.com>
+ *
+ * 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 <http://www.gnu.org/licenses/>.
+ */
+
#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: