summaryrefslogtreecommitdiffstats
path: root/examples/assistant/remotecontrol/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/assistant/remotecontrol/main.cpp')
-rw-r--r--examples/assistant/remotecontrol/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/assistant/remotecontrol/main.cpp b/examples/assistant/remotecontrol/main.cpp
index 3ab883268..f6c63d3f1 100644
--- a/examples/assistant/remotecontrol/main.cpp
+++ b/examples/assistant/remotecontrol/main.cpp
@@ -59,6 +59,5 @@ int main(int argc, char *argv[])
QApplication a(argc, argv);
RemoteControl w;
w.show();
- a.connect(&a, SIGNAL(lastWindowClosed()), &a, SLOT(quit()));
return a.exec();
}