Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
717c147d
Commit
717c147d
authored
Mar 24, 2009
by
hjk
Browse files
fix example (task 249063)
parent
67480db9
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/qtcreator.qdoc
View file @
717c147d
...
...
@@ -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();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment