Suppress the warning for unused variable

This commit is contained in:
Jekyll Wu
2012-02-05 01:03:05 +08:00
parent 14bcc3366f
commit 09940ed95f

View File

@@ -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