##// END OF EJS Templates
Fix bug when creating two variables crash the app. ...
Fix bug when creating two variables crash the app. Variable as now invalid range and cache range at creation

File last commit:

r581:098cadc4596c
r756:a7f60f6512e6
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