Skip to content
Snippets Groups Projects
Commit 717c147d authored by hjk's avatar hjk
Browse files

fix example (task 249063)

parent 67480db9
No related branches found
No related tags found
No related merge requests found
......@@ -609,8 +609,8 @@
our constructor.
\code
TextFinder::TextFinder(QWidget *parent, Qt::WFlags flags)
: QWidget(parent, flags)
TextFinder::TextFinder(QWidget *parent)
: QWidget(parent)
{
ui->setupUi(this);
loadTextFile();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment