summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/QtUI/QtLineEdit.h')
-rw-r--r--Swift/QtUI/QtLineEdit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Swift/QtUI/QtLineEdit.h b/Swift/QtUI/QtLineEdit.h
index 557f025..851a2ff 100644
--- a/Swift/QtUI/QtLineEdit.h
+++ b/Swift/QtUI/QtLineEdit.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010 Isode Limited.
+ * Copyright (c) 2010-2016 Isode Limited.
* All rights reserved.
* See the COPYING file for more information.
*/
@@ -12,7 +12,7 @@ namespace Swift {
class QtLineEdit : public QLineEdit {
Q_OBJECT
public:
- QtLineEdit(QWidget* parent = NULL);
+ QtLineEdit(QWidget* parent = nullptr);
signals:
void escapePressed();
protected: