summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/QtUI/QtEmoticonCell.h')
-rw-r--r--Swift/QtUI/QtEmoticonCell.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/Swift/QtUI/QtEmoticonCell.h b/Swift/QtUI/QtEmoticonCell.h
index e408a83..669d1ed 100644
--- a/Swift/QtUI/QtEmoticonCell.h
+++ b/Swift/QtUI/QtEmoticonCell.h
@@ -4,6 +4,12 @@
* See Documentation/Licenses/BSD-simplified.txt for more information.
*/
+/*
+ * Copyright (c) 2016 Isode Limited.
+ * All rights reserved.
+ * See the COPYING file for more information.
+ */
+
#pragma once
#include <map>
@@ -21,7 +27,7 @@ namespace Swift {
class QtEmoticonCell : public QLabel {
Q_OBJECT
public:
- QtEmoticonCell(const QString emoticonAsText, QString filePath, QWidget* parent = 0);
+ QtEmoticonCell(const QString emoticonAsText, QString filePath, QWidget* parent = nullptr);
~QtEmoticonCell();
virtual void mousePressEvent(QMouseEvent* event);