Skip to content

Commit

Permalink
closes #181 - Arreglado problema para cerrar ventana
Browse files Browse the repository at this point in the history
  • Loading branch information
tranfuga25s committed May 29, 2017
1 parent 8e187cf commit ea5a750
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/garantias/formvencimientogarantias.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "eactcerrar.h"

FormVencimientoGarantias::FormVencimientoGarantias(QWidget *parent) :
QWidget(parent)
EVentana(parent)
{
setupUi(this);
this->setWindowTitle( "Vencimientos de Garantias" );
Expand Down
3 changes: 2 additions & 1 deletion plugins/garantias/formvencimientogarantias.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@

#include "ui_formvencimientogarantias.h"
#include "mvgarantias.h"
#include "eventana.h"
class EActCerrar;

class FormVencimientoGarantias : public QWidget, private Ui::FormVencimientoGarantias
class FormVencimientoGarantias : public EVentana, private Ui::FormVencimientoGarantias
{
Q_OBJECT

Expand Down

0 comments on commit ea5a750

Please sign in to comment.