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