##// END OF EJS Templates
Add unit test of variable deletion in VariableController
Add unit test of variable deletion in VariableController

File last commit:

r581:098cadc4596c
r665:130573c63dd1
Show More
VisualizationDefs.h
10 lines | 218 B | text/x-c | CLexer
#ifndef SCIQLOP_VISUALIZATIONDEFS_H
#define SCIQLOP_VISUALIZATIONDEFS_H
#include <map>
class QCPAbstractPlottable;
using PlottablesMap = std::map<int, QCPAbstractPlottable *>;
#endif // SCIQLOP_VISUALIZATIONDEFS_H