summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/QtUI/QtTabbable.h')
-rw-r--r--Swift/QtUI/QtTabbable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/QtTabbable.h b/Swift/QtUI/QtTabbable.h
index 5837702..63c60f4 100644
--- a/Swift/QtUI/QtTabbable.h
+++ b/Swift/QtUI/QtTabbable.h
@@ -19,7 +19,7 @@ namespace Swift {
19 19
20 bool isWidgetSelected(); 20 bool isWidgetSelected();
21 virtual AlertType getWidgetAlertState() {return NoActivity;} 21 virtual AlertType getWidgetAlertState() {return NoActivity;}
22 virtual int getCount() {return 0;} 22 virtual size_t getCount() {return 0;}
23 virtual std::string getID() const = 0; 23 virtual std::string getID() const = 0;
24 virtual void setEmphasiseFocus(bool /*emphasise*/) {} 24 virtual void setEmphasiseFocus(bool /*emphasise*/) {}
25 25