comparison widgets/KeyReference.cpp @ 860:4a5d144bd5d0 tonioni

Merge from default branch
author Chris Cannam
date Tue, 09 Sep 2014 16:36:21 +0100
parents 44675ab217a3
children c8a6fd3f9dff
comparison
equal deleted inserted replaced
842:8432d2551fb2 860:4a5d144bd5d0
22 #include <QDialogButtonBox> 22 #include <QDialogButtonBox>
23 #include <QApplication> 23 #include <QApplication>
24 #include <QDesktopWidget> 24 #include <QDesktopWidget>
25 25
26 KeyReference::KeyReference() : 26 KeyReference::KeyReference() :
27 m_text(0),
27 m_dialog(0) 28 m_dialog(0)
28 { 29 {
29 } 30 }
30 31
31 KeyReference::~KeyReference() 32 KeyReference::~KeyReference()