~ubuntu-branches/ubuntu/quantal/konsole/quantal-proposed

« back to all changes in this revision

Viewing changes to src/ShellCommand.h

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2012-06-11 23:34:57 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20120611233457-qbazusvhzhfg16hu
Tags: 4:4.8.90-0ubuntu1
New upstream beta release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
    /** Expands environment variables in each string in @p list. */
85
85
    static QStringList expand(const QStringList& items);
86
86
 
 
87
 
 
88
    static bool isValidEnvCharacter(const QChar& ch);
 
89
 
 
90
    static bool isValidLeadingEnvCharacter(const QChar& ch);
 
91
 
87
92
private:
 
93
 
 
94
    static bool expandEnv(QString& text);
 
95
 
88
96
    QStringList _arguments;
89
97
};
90
98
}