summaryrefslogtreecommitdiffstats
path: root/examples/scxml/trafficlight-common/trafficlight.h
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@theqtcompany.com>2016-08-25 14:32:32 +0200
committerJarek Kobus <jaroslaw.kobus@qt.io>2016-08-26 13:48:25 +0000
commita34e5cda67c92021d6999b3544669cdbbd9655f8 (patch)
tree423041c353463a595cb0898a8cccb751f76df97c /examples/scxml/trafficlight-common/trafficlight.h
parent4b0e41ade98f1540018b0388eea071a0a6c8c429 (diff)
Small corrections to examples
Fix docs accordingly. Change-Id: Ib008cc841f7533ff7f32ae134dfd4f6a8b36df15 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'examples/scxml/trafficlight-common/trafficlight.h')
-rw-r--r--examples/scxml/trafficlight-common/trafficlight.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/scxml/trafficlight-common/trafficlight.h b/examples/scxml/trafficlight-common/trafficlight.h
index cf9e22f..f64feda 100644
--- a/examples/scxml/trafficlight-common/trafficlight.h
+++ b/examples/scxml/trafficlight-common/trafficlight.h
@@ -63,7 +63,7 @@ class TrafficLight : public QWidget
public:
TrafficLight(QScxmlStateMachine *machine, QWidget *parent = 0);
-public slots:
+private slots:
void toggleWorking(bool pause);
private: