summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2009-07-04 21:13:56 (GMT)
committerKevin Smith <git@kismith.co.uk>2009-07-04 21:13:56 (GMT)
commita5853e88be12bce08b84f76452e5d2576cf9d10b (patch)
treedd3ff7e5a33b0f6b7526b4c398c4d94c3fb19144 /Swift/QtUI/QtTabbable.h
parent83ca0f4806ed30fb974420db4171201c451fb583 (diff)
downloadswift-a5853e88be12bce08b84f76452e5d2576cf9d10b.zip
swift-a5853e88be12bce08b84f76452e5d2576cf9d10b.tar.bz2
Notify chat tabs even if the parent tabset has focus. issue#150.
Diffstat (limited to 'Swift/QtUI/QtTabbable.h')
-rw-r--r--Swift/QtUI/QtTabbable.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Swift/QtUI/QtTabbable.h b/Swift/QtUI/QtTabbable.h
index 96348b3..ebd495e 100644
--- a/Swift/QtUI/QtTabbable.h
+++ b/Swift/QtUI/QtTabbable.h
@@ -6,6 +6,8 @@
namespace Swift {
class QtTabbable : public QWidget {
Q_OBJECT
+ public:
+ bool isWidgetSelected();
protected:
QtTabbable() : QWidget() {};