buildtools/autotools/removesubprojectdialog.cpp
Go to the documentation of this file.00001 00002 00003 #include "removesubprojectdialog.h" 00004 00005 RemoveSubprojectDialog::RemoveSubprojectDialog(QWidget* parent, const char* name, bool modal, WFlags fl) 00006 : RemoveSubprojectDlgBase(parent,name, modal,fl) 00007 { 00008 } 00009 00010 RemoveSubprojectDialog::~RemoveSubprojectDialog() 00011 { 00012 } 00013 00014 /*$SPECIALIZATION$*/ 00015 void RemoveSubprojectDialog::reject() 00016 { 00017 QDialog::reject(); 00018 } 00019 00020 void RemoveSubprojectDialog::accept() 00021 { 00022 QDialog::accept(); 00023 } 00024 00025 00026 #include "removesubprojectdialog.moc" 00027