Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Antoine Belvire
otb
Commits
82ebece7
Commit
82ebece7
authored
12 years ago
by
Otmane Lahlou
Browse files
Options
Downloads
Patches
Plain Diff
COMP: issue due to merge failure
parent
2cb73fa4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Code/Application/mvdMainWindow.h
+12
-0
12 additions, 0 deletions
Code/Application/mvdMainWindow.h
Code/Common/mvdVectorImageModel.h
+0
-4
0 additions, 4 deletions
Code/Common/mvdVectorImageModel.h
with
12 additions
and
4 deletions
Code/Application/mvdMainWindow.h
+
12
−
0
View file @
82ebece7
...
...
@@ -150,6 +150,9 @@ private:
/** */
inline
const
QDockWidget
*
GetQuicklookDock
()
const
;
/** */
inline
QDockWidget
*
GetQuicklookDock
();
/**
* \brief Assign model to the controller which is child of given
* dock-widget.
...
...
@@ -266,6 +269,15 @@ MainWindow
return
findChild
<
QDockWidget
*
>
(
QUICKLOOK_DOCK
);
}
/*****************************************************************************/
inline
QDockWidget
*
MainWindow
::
GetQuicklookDock
()
{
return
findChild
<
QDockWidget
*
>
(
QUICKLOOK_DOCK
);
}
/*****************************************************************************/
inline
void
...
...
This diff is collapsed.
Click to expand it.
Code/Common/mvdVectorImageModel.h
+
0
−
4
View file @
82ebece7
...
...
@@ -542,10 +542,6 @@ VectorImageModel
m_Settings
=
settings
;
}
/*****************************************************************************/
inline
}
/*****************************************************************************/
inline
unsigned
int
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment