Skip to content
Snippets Groups Projects
Commit 82ebece7 authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

COMP: issue due to merge failure

parent 2cb73fa4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -542,10 +542,6 @@ VectorImageModel
m_Settings = settings;
}
/*****************************************************************************/
inline
}
/*****************************************************************************/
inline
unsigned int
......
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