Envision
A visual programming IDE for object-oriented languages
|
Class that contains a static "Hello World" method. More...
Static Public Member Functions | |
static void | sayHello (QString fromWho) |
Prints a "Hello World" message on the standard output, including the fromWho argument. More... | |
Class that contains a static "Hello World" method.
This class is exported by the Hello World plug-in. To use it from other plug-ins, simply declare this plug-in as a dependency and include this header file. The libhelloworl.so (helloworld.dll) must be linked in your plug-in when compiling.
|
static |
Prints a "Hello World" message on the standard output, including the fromWho argument.