mirror of
https://github.com/KDE/konsole.git
synced 2026-06-10 06:55:13 -04:00
remove 2 methods which have never been implemented
(cherry picked from commit 624cc824d2)
This commit is contained in:
@@ -61,16 +61,6 @@ QStringList ShellCommand::arguments() const
|
||||
{
|
||||
return _arguments;
|
||||
}
|
||||
bool ShellCommand::isRootCommand() const
|
||||
{
|
||||
Q_ASSERT(0); // not implemented yet
|
||||
return false;
|
||||
}
|
||||
bool ShellCommand::isAvailable() const
|
||||
{
|
||||
Q_ASSERT(0); // not implemented yet
|
||||
return false;
|
||||
}
|
||||
QStringList ShellCommand::expand(const QStringList& items)
|
||||
{
|
||||
QStringList result;
|
||||
|
||||
Reference in New Issue
Block a user