Mercurial > hg > svgui
diff widgets/TipDialog.cpp @ 640:c6d705bf1672
Merge from branch "qt5". This revision actually builds with Qt4 (late releases) or Qt5, though it will warn on configure with Qt4.
author | Chris Cannam |
---|---|
date | Tue, 14 May 2013 12:36:43 +0100 |
parents | d632a1e87018 |
children | 1a0dfcbffaf1 |
line wrap: on
line diff
--- a/widgets/TipDialog.cpp Tue Apr 16 15:17:33 2013 +0100 +++ b/widgets/TipDialog.cpp Tue May 14 12:36:43 2013 +0100 @@ -28,8 +28,8 @@ #include <iostream> -TipDialog::TipDialog(QWidget *parent, Qt::WFlags flags) : - QDialog(parent, flags), +TipDialog::TipDialog(QWidget *parent) : + QDialog(parent), m_tipNumber(0), m_label(0), m_caption(tr("Tip of the Day"))