diff options
| author | Kevin Smith <git@kismith.co.uk> | 2009-07-04 21:13:56 (GMT) | 
|---|---|---|
| committer | Kevin Smith <git@kismith.co.uk> | 2009-07-04 21:13:56 (GMT) | 
| commit | a5853e88be12bce08b84f76452e5d2576cf9d10b (patch) | |
| tree | dd3ff7e5a33b0f6b7526b4c398c4d94c3fb19144 /Swift/QtUI/QtTabbable.h | |
| parent | 83ca0f4806ed30fb974420db4171201c451fb583 (diff) | |
| download | swift-contrib-a5853e88be12bce08b84f76452e5d2576cf9d10b.zip swift-contrib-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.h | 2 | 
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() {};  | 
 Swift