Mercurial > hg > svgui
comparison 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 |
comparison
equal
deleted
inserted
replaced
632:9d8f6552014d | 640:c6d705bf1672 |
---|---|
26 #include <QGroupBox> | 26 #include <QGroupBox> |
27 #include <QCheckBox> | 27 #include <QCheckBox> |
28 | 28 |
29 #include <iostream> | 29 #include <iostream> |
30 | 30 |
31 TipDialog::TipDialog(QWidget *parent, Qt::WFlags flags) : | 31 TipDialog::TipDialog(QWidget *parent) : |
32 QDialog(parent, flags), | 32 QDialog(parent), |
33 m_tipNumber(0), | 33 m_tipNumber(0), |
34 m_label(0), | 34 m_label(0), |
35 m_caption(tr("Tip of the Day")) | 35 m_caption(tr("Tip of the Day")) |
36 { | 36 { |
37 readTips(); | 37 readTips(); |