konsole -e 'man ls' should work as expected

BUG: 295648
FIXED-IN: 4.9.0
This commit is contained in:
Jekyll Wu
2012-03-10 12:12:08 +08:00
parent cd090f2d1d
commit aa75fc8fee
2 changed files with 22 additions and 5 deletions

View File

@@ -23,6 +23,9 @@
// Qt
#include <QtCore/QStringList>
// Konsole
#include "konsole_export.h"
namespace Konsole
{
@@ -47,7 +50,7 @@ namespace Konsole
* </li>
* </ul>
*/
class ShellCommand
class KONSOLEPRIVATE_EXPORT ShellCommand
{
public:
/**