summaryrefslogtreecommitdiffstats
path: root/Swift
diff options
context:
space:
mode:
Diffstat (limited to 'Swift')
-rw-r--r--Swift/QtUI/Trellis/QtDynamicGridLayout.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Swift/QtUI/Trellis/QtDynamicGridLayout.cpp b/Swift/QtUI/Trellis/QtDynamicGridLayout.cpp
index 18abecd..e0bfa33 100644
--- a/Swift/QtUI/Trellis/QtDynamicGridLayout.cpp
+++ b/Swift/QtUI/Trellis/QtDynamicGridLayout.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2014 Isode Limited.
+ * Copyright (c) 2014-2015 Isode Limited.
* All rights reserved.
* See the COPYING file for more information.
*/
@@ -381,7 +381,7 @@ void QtDynamicGridLayout::handleTabCloseRequested(int index) {
void QtDynamicGridLayout::handleTabCurrentChanged(int index) {
if (index >= 0) {
- QTabWidget *sendingTabWidget = dynamic_cast<QTabWidget*>(sender());
+ QTabWidget* sendingTabWidget = dynamic_cast<QTabWidget*>(sender());
assert(sendingTabWidget);
sendingTabWidget->widget(index)->setFocus();
}