##// END OF EJS Templates
Updates DataSourceController::loadProductItem() method...
Updates DataSourceController::loadProductItem() method - Passes the DataSource uid as a parameter of the method. The uid will be used to retrieve the right provider, which will be passed for the variable creation - Stores data providers as shared_ptr instead of unique_ptr - Updates the mock plugin to pass the data source uid to the loadProductItem() method

File last commit:

r134:5404c5d53512
r167:31990a7209fc
Show More
sqpguiresources.qrc
7 lines | 181 B | text/plain | TextLexer
/ gui / resources / sqpguiresources.qrc
Add button on the SidePane widgets to open left or right inspectors
r101 <RCC>
<qresource prefix="/">
<file>icones/openInspector.png</file>
Add the TimeWidget
r134 <file>icones/next.png</file>
<file>icones/previous.png</file>
Add button on the SidePane widgets to open left or right inspectors
r101 </qresource>
</RCC>