summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/QtUI/QtVCardWidget/QtTagComboBox.h')
-rw-r--r--Swift/QtUI/QtVCardWidget/QtTagComboBox.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/Swift/QtUI/QtVCardWidget/QtTagComboBox.h b/Swift/QtUI/QtVCardWidget/QtTagComboBox.h
index f08f136..e9dbbdd 100644
--- a/Swift/QtUI/QtVCardWidget/QtTagComboBox.h
+++ b/Swift/QtUI/QtVCardWidget/QtTagComboBox.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 <QComboBox>
@@ -18,7 +24,7 @@ class QtTagComboBox : public QComboBox {
Q_PROPERTY(bool editable READ isEditable WRITE setEditable)
public:
- explicit QtTagComboBox(QWidget* parent = 0);
+ explicit QtTagComboBox(QWidget* parent = nullptr);
~QtTagComboBox();
bool isEditable() const;