Changeset - b616fb48842c
[Not reviewed]
snapshots
0 1 0
Hasan Yavuz Ă–ZDERYA - 10 years ago 2015-09-20 11:10:44
hy@ozderya.net
call the inherited implementation of closeEvent
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
snapshotview.cpp
Show inline comments
 
@@ -34,5 +34,6 @@ SnapShotView::~SnapShotView()
 

	
 
void SnapShotView::closeEvent(QCloseEvent *event)
 
{
 
    QMainWindow::closeEvent(event);
 
    emit closed();
 
}
0 comments (0 inline, 0 general)