NOISSUE implement direct java launch
Just running the Java process and giving it params on the command line
This commit is contained in:
parent
57c84ec2b1
commit
1f2bed2ef1
31 changed files with 990 additions and 627 deletions
|
@ -210,6 +210,11 @@ public:
|
|||
|
||||
virtual bool reload();
|
||||
|
||||
/**
|
||||
* 'print' a verbose desription of the instance into a QStringList
|
||||
*/
|
||||
virtual QStringList verboseDescription(AuthSessionPtr session) = 0;
|
||||
|
||||
signals:
|
||||
/*!
|
||||
* \brief Signal emitted when properties relevant to the instance view change
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue