mirror of
https://github.com/KDE/konsole.git
synced 2026-06-12 07:55:07 -04:00
workingDir is unused - comment out
This commit is contained in:
@@ -473,7 +473,7 @@ void Application::toggleBackgroundInstance()
|
||||
}
|
||||
}
|
||||
|
||||
void Application::slotActivateRequested (const QStringList &args, const QString &workingDir)
|
||||
void Application::slotActivateRequested (const QStringList &args, const QString & /*workingDir*/)
|
||||
{
|
||||
if (!args.isEmpty()) {
|
||||
m_parser.parse(args);
|
||||
|
||||
Reference in New Issue
Block a user