From 8b1ce4bdc8b8f2f90651a64c9cca9a80db40c4ab Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 30 Sep 2008 12:56:38 +0000 Subject: [PATCH] find resources and rename actionExit to actionQuit --- GraphicsView/demo/Circular_kernel_2/Circular_kernel_2.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GraphicsView/demo/Circular_kernel_2/Circular_kernel_2.cpp b/GraphicsView/demo/Circular_kernel_2/Circular_kernel_2.cpp index 6377f5f0fca..30f3f45f01e 100644 --- a/GraphicsView/demo/Circular_kernel_2/Circular_kernel_2.cpp +++ b/GraphicsView/demo/Circular_kernel_2/Circular_kernel_2.cpp @@ -109,8 +109,8 @@ MainWindow::MainWindow() // Manual handling of actions // - QObject::connect(this->actionExit, SIGNAL(triggered()), - this, SLOT(close())); + QObject::connect(this->actionQuit, SIGNAL(triggered()), + qApp, SLOT(quit())); // Check two actions this->actionInsertCircularArc->setChecked(true);