summaryrefslogtreecommitdiffstats
path: root/src/fbbrowser.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/fbbrowser.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/fbbrowser.h')
-rw-r--r--src/fbbrowser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fbbrowser.h b/src/fbbrowser.h
index fbd8f0a..edaa350 100644
--- a/src/fbbrowser.h
+++ b/src/fbbrowser.h
@@ -56,6 +56,7 @@ private slots:
// for testing reasons
void showTime_Slot();
void showDate_Slot();
+ void showHelloWorld_Slot();
signals:
void signalQuitAll();