summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2017-09-12 16:09:38 +0200
committerKai Koehne <kai.koehne@qt.io>2017-10-04 09:31:21 +0000
commitc1bd55b42e3c6ac7ccebce0452b0c1f048f2d5b8 (patch)
tree49676cfcf0b35c6adb0520b49f966fc5c1c48b5f /examples
parentb7c16e4f454804929be6ed6ec7053b66822d8463 (diff)
Assistant Examples: Remove stray ;
Change-Id: I4374610fa78d2c42fc8ca88d80cd1f50a431d046 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/assistant/remotecontrol/remotecontrol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/assistant/remotecontrol/remotecontrol.h b/examples/assistant/remotecontrol/remotecontrol.h
index 5054f59f8..b1a54e29b 100644
--- a/examples/assistant/remotecontrol/remotecontrol.h
+++ b/examples/assistant/remotecontrol/remotecontrol.h
@@ -57,7 +57,7 @@
QT_BEGIN_NAMESPACE
class QProcess;
-QT_END_NAMESPACE;
+QT_END_NAMESPACE
class RemoteControl : public QMainWindow
{