summaryrefslogtreecommitdiffstats
path: root/src/jsObject.h
diff options
context:
space:
mode:
authorNiklas Goby2011-02-22 17:23:15 +0100
committerNiklas Goby2011-02-22 17:23:15 +0100
commitef3a688addc2ecd18aab68a72205cd764354d3c8 (patch)
tree9ea1bf5a03b3eb89ccb78cde1feee3442a254605 /src/jsObject.h
parentMerge branch 'master' of git.openslx.org:lsfks/master-teamprojekt/fbgui (diff)
downloadfbgui-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.h1
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();
};