##// END OF EJS Templates
Randomizes the number of operations to wait between calling validation (defines min/max frequencies)
Randomizes the number of operations to wait between calling validation (defines min/max frequencies)

File last commit:

r1194:73d5f3ef941a
r1244:7202dffeda15
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