summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/QtUI/QtTabbable.h')
-rw-r--r--Swift/QtUI/QtTabbable.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/Swift/QtUI/QtTabbable.h b/Swift/QtUI/QtTabbable.h
index c3cfa76..db83ba9 100644
--- a/Swift/QtUI/QtTabbable.h
+++ b/Swift/QtUI/QtTabbable.h
@@ -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.
*/
@@ -8,11 +8,8 @@
#include <string>
-#include <QList>
#include <QWidget>
-class QShortcut;
-
namespace Swift {
class QtTabbable : public QWidget {
Q_OBJECT
@@ -38,8 +35,5 @@ namespace Swift {
void requestNextTab();
void requestActiveTab();
void requestFlash();
-
- private:
- QList<QShortcut*> shortcuts;
};
}