summaryrefslogtreecommitdiffstats
path: root/examples/assistant/remotecontrol/remotecontrol.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/assistant/remotecontrol/remotecontrol.cpp')
-rw-r--r--examples/assistant/remotecontrol/remotecontrol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/assistant/remotecontrol/remotecontrol.cpp b/examples/assistant/remotecontrol/remotecontrol.cpp
index 772ea7540..1e7222c7f 100644
--- a/examples/assistant/remotecontrol/remotecontrol.cpp
+++ b/examples/assistant/remotecontrol/remotecontrol.cpp
@@ -112,7 +112,7 @@ void RemoteControl::on_launchButton_clicked()
if (!ui.startUrlLineEdit->text().isEmpty())
sendCommand(QLatin1String("SetSource ")
+ ui.startUrlLineEdit->text());
-
+
ui.launchButton->setEnabled(false);
ui.startUrlLineEdit->setEnabled(false);
ui.actionGroupBox->setEnabled(true);