summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2009-12-19 19:52:05 (GMT)
committerKevin Smith <git@kismith.co.uk>2009-12-19 19:52:05 (GMT)
commitca44245623972e6d52fe72acca09a96772d7e26a (patch)
tree6639114733f2769269080efadb24080216745fd6 /Swift/QtUI/QtTabbable.h
parentbdb8ace202917809c5492aa37921e0ffd0354730 (diff)
downloadswift-ca44245623972e6d52fe72acca09a96772d7e26a.zip
swift-ca44245623972e6d52fe72acca09a96772d7e26a.tar.bz2
Colour tabs with waiting messages.
Resolves: #278
Diffstat (limited to 'Swift/QtUI/QtTabbable.h')
-rw-r--r--Swift/QtUI/QtTabbable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/QtUI/QtTabbable.h b/Swift/QtUI/QtTabbable.h
index e3dd47b..c28e301 100644
--- a/Swift/QtUI/QtTabbable.h
+++ b/Swift/QtUI/QtTabbable.h
@@ -8,6 +8,7 @@ namespace Swift {
Q_OBJECT
public:
bool isWidgetSelected();
+ virtual bool isWidgetAlerting() {return false;};
protected:
QtTabbable() : QWidget() {};