mirror of
https://github.com/KDE/konsole.git
synced 2026-06-12 16:05:45 -04:00
konsole -e 'man ls' should work as expected
BUG: 295648 FIXED-IN: 4.9.0
This commit is contained in:
@@ -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:
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user