##// END OF EJS Templates
Defines variable pool...
Defines variable pool The variable pool will be used to pick a variable and execute an operation on it at each iteration of the test

File last commit:

r1162:73d5f3ef941a
r1172:dfb96acdbb6b
Show More
CatalogueExplorerHelper.h
13 lines | 383 B | text/x-c | CLexer
/ gui / include / Catalogue / CatalogueExplorerHelper.h
#ifndef SCIQLOP_CATALOGUEEXPLORERHELPER_H
#define SCIQLOP_CATALOGUEEXPLORERHELPER_H
#include <QWidget>
#include <functional>
struct CatalogueExplorerHelper {
static QWidget *buildValidationWidget(QWidget *parent, std::function<void()> save,
std::function<void()> discard);
};
#endif // SCIQLOP_CATALOGUEEXPLORERHELPER_H