summaryrefslogtreecommitdiffstats
path: root/examples/assistant/remotecontrol
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2014-01-17 20:14:07 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-20 13:10:57 +0100
commitcf01d7136fb79ee3f8e8522748b08519f0ea528f (patch)
treeed4021fd66f4da1b164ca27e522da28525b473f7 /examples/assistant/remotecontrol
parent2f2dd0137982e5894b93ca1770c096c19e3dc46c (diff)
whitespace fixes
remove trailing spaces & expand tabs Change-Id: If9909c94b52d9dacb7c8735470525d18a1c97d6b Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
Diffstat (limited to 'examples/assistant/remotecontrol')
-rw-r--r--examples/assistant/remotecontrol/remotecontrol.cpp2
-rw-r--r--examples/assistant/remotecontrol/remotecontrol.h4
2 files changed, 3 insertions, 3 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);
diff --git a/examples/assistant/remotecontrol/remotecontrol.h b/examples/assistant/remotecontrol/remotecontrol.h
index 4f40db201..b2ebc3abb 100644
--- a/examples/assistant/remotecontrol/remotecontrol.h
+++ b/examples/assistant/remotecontrol/remotecontrol.h
@@ -55,11 +55,11 @@ class RemoteControl : public QMainWindow
public:
RemoteControl(QWidget *parent = 0, Qt::WindowFlags flags = 0);
~RemoteControl();
-
+
private:
Ui::RemoteControlClass ui;
QProcess *process;
-
+
private slots:
void on_launchButton_clicked();
void on_actionQuit_triggered();