mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-02-21 20:39:00 +00:00
Plugin: export shell program to QML.
This commit is contained in:
parent
15a951288d
commit
a9ed10573b
@ -52,9 +52,6 @@ public:
|
||||
//environment
|
||||
void setEnvironment(const QStringList & environment);
|
||||
|
||||
// Shell program, default is /bin/bash
|
||||
void setShellProgram(const QString & progname);
|
||||
|
||||
//Initial working directory
|
||||
void setInitialWorkingDirectory(const QString & dir);
|
||||
QString getInitialWorkingDirectory();
|
||||
@ -107,6 +104,9 @@ public slots:
|
||||
|
||||
void startShellProgram();
|
||||
|
||||
// Shell program, default is /bin/bash
|
||||
void setShellProgram(const QString & progname);
|
||||
|
||||
int getShellPID();
|
||||
void changeDir(const QString & dir);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user