diff options
| author | Niklas Goby | 2011-02-22 17:23:15 +0100 |
|---|---|---|
| committer | Niklas Goby | 2011-02-22 17:23:15 +0100 |
| commit | ef3a688addc2ecd18aab68a72205cd764354d3c8 (patch) | |
| tree | 9ea1bf5a03b3eb89ccb78cde1feee3442a254605 /src/jsObject.h | |
| parent | Merge branch 'master' of git.openslx.org:lsfks/master-teamprojekt/fbgui (diff) | |
| download | fbgui-ef3a688addc2ecd18aab68a72205cd764354d3c8.tar.gz fbgui-ef3a688addc2ecd18aab68a72205cd764354d3c8.tar.xz fbgui-ef3a688addc2ecd18aab68a72205cd764354d3c8.zip | |
it is possible to print out the time and a hello world alert. both is emited due to a javascript call.
Diffstat (limited to 'src/jsObject.h')
| -rw-r--r-- | src/jsObject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jsObject.h b/src/jsObject.h index b049d11..50a7d8c 100644 --- a/src/jsObject.h +++ b/src/jsObject.h @@ -67,6 +67,7 @@ signals: // for testing void showTime(); void showDate(); + void showHelloWorld(); }; |
