Skip to content
GitLab
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
63f7abb0
Commit
63f7abb0
authored
Jul 28, 2010
by
Erik Verbruggen
Browse files
Corrected a fixme-comment.
parent
a8179152
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/designer/qtcreatorintegration.cpp
View file @
63f7abb0
...
...
@@ -331,11 +331,15 @@ static Document::Ptr addDefinition(const CPlusPlus::Snapshot &docTable,
const
QFileInfo
sourceFI
(
doc
->
fileName
());
// we take only those documents which have the same filename
if
(
headerBaseName
==
sourceFI
.
baseName
())
{
//
// ### FIXME: change this to use the Refactoring changes.
//
if
(
ITextEditable
*
editable
=
editableAt
(
doc
->
fileName
(),
0
,
0
))
{
//
// ### FIXME: use the InsertionPointLocator to insert at the correct place.
//
//
(we'll have to extend that class first to do definition insertions)
const
QString
contents
=
editable
->
contents
();
int
column
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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