void AiMainWindow::fileQuit (  )  [private, slot]

slot for quitting application

Definition at line 269 of file aimainwindow.cpp.

00270 {
00271     try
00272     {
00273         this->close();
00274     }
00275     catch(const std::exception & exception )
00276     {
00277         QMessageBox::critical(this, tr("Critical Error!"), tr("Please report this problem to adrabi[at]gmail[dot]com =)."));
00278     }
00279 }

 All Classes Namespaces Files Functions Variables Typedefs

Generated on Sat Feb 27 08:33:17 2010 for AiFractals by  doxygen 1.6.1