summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/QtUI/Trellis/QtDNDTabBar.h')
-rw-r--r--Swift/QtUI/Trellis/QtDNDTabBar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Swift/QtUI/Trellis/QtDNDTabBar.h b/Swift/QtUI/Trellis/QtDNDTabBar.h
index 3677b73..40eb66d 100644
--- a/Swift/QtUI/Trellis/QtDNDTabBar.h
+++ b/Swift/QtUI/Trellis/QtDNDTabBar.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2014-2015 Isode Limited.
+ * Copyright (c) 2014-2016 Isode Limited.
* All rights reserved.
* See the COPYING file for more information.
*/
@@ -13,7 +13,7 @@ namespace Swift {
class QtDNDTabBar : public QTabBar {
Q_OBJECT
public:
- explicit QtDNDTabBar(QWidget* parent = 0);
+ explicit QtDNDTabBar(QWidget* parent = nullptr);
virtual ~QtDNDTabBar();
int getDragIndex() const;