mirror of
				https://github.com/Swordfish90/cool-retro-term.git
				synced 2025-11-04 09:02:14 +00:00 
			
		
		
		
	Plugin: export shell program to QML.
This commit is contained in:
		@@ -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);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user