mirror of
https://github.com/KDE/konsole.git
synced 2026-05-02 03:36:34 -04:00
Suppress the warning for unused variable
This commit is contained in:
@@ -238,6 +238,7 @@ void Application::createTabFromArgs(KCmdLineArgs* args, MainWindow* window,
|
||||
const QString& title = tokens["title"];
|
||||
const QString& command = tokens["command"];
|
||||
const QString& profile = tokens["profile"]; // currently not used
|
||||
Q_UNUSED(profile);
|
||||
|
||||
// FIXME: A lot of duplicate code below
|
||||
|
||||
|
||||
Reference in New Issue
Block a user